SeaTouch

master

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!
mredig/SeaTouch

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!

Description

  • Swift Tools 5.2.0
View More Packages from this Author

Dependencies

  • None
Last updated: Fri Apr 12 2024 02:11:00 GMT-0900 (Hawaii-Aleutian Daylight Time)