Displays where the user is touching on screen with elegant ripples and dots.
- Add the following to your swift packages in Xcode:
https://github.com/mredig/SeaTouch.git
- Early in your app lifecycle (eg,
AppDelegate,SceneDelegate, or even just the firstUIViewControlleron screen)://... import SeaTouch //... func someEarlyCalledMethod() { //... #if DEBUG window?.showTouches() #endif }
- Magic!