Skip to content

Repository files navigation

VisibleTouchViewSwift

VersionLicensePlatform

Show finger touches on the screen using either a UIView or UIWindow. Useful for app preview videos, live product demos, and more. Based on EUMTouchPointView.

Usage

Set VisibleTouchVWindow as your Root View Controller

@UIApplicationMainclassAppDelegate:UIResponder,UIApplicationDelegate{varwindow:UIWindow?varcontroller=Controller()overrideinit(){
super.init()self.window =VisibleTouchVWindow(frame:UIScreen.mainScreen().bounds)}func application(application:UIApplication, didFinishLaunchingWithOptions launchOptions:[NSObject:AnyObject]?)->Bool{
window!.rootViewController =Controller()
window!.makeKeyAndVisible()returntrue}}

Installation

VisibleTouchViewSwift is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'VisibleTouchViewSwift'

Release History

See CHANGELOG.md

Author

Benjamin Chrobot (@bchrobot), benjamin.blair.chrobot@gmail.com

License

VisibleTouchViewSwift is available under the MIT license. See LICENSE for more info.

About

Show finger touches on the screen using either a UIView or UIWindow.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages