Skip to content

Easily and elegantly display touches on screen in your iOS app. Taps appear as a subtle ripple effect, while longer presses show continual tracking. Absolutely great for presenting your screen to an audience, either live or in a recording!

License

Notifications You must be signed in to change notification settings

mredig/SeaTouch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeaTouch

Displays where the user is touching on screen with elegant ripples and dots.

preview

Installation:

  1. Add the following to your swift packages in Xcode:
    • https://github.com/mredig/SeaTouch.git
  2. Early in your app lifecycle (eg, AppDelegate, SceneDelegate, or even just the first UIViewController on screen):
    //...
    import SeaTouch
    
    //...
    func someEarlyCalledMethod() {
    	//...
    
    	#if DEBUG
    	window?.showTouches()
    	#endif
    }
  3. Magic!

About

Easily and elegantly display touches on screen in your iOS app. Taps appear as a subtle ripple effect, while longer presses show continual tracking. Absolutely great for presenting your screen to an audience, either live or in a recording!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages