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 firstUIViewController
on screen)://... import SeaTouch //... func someEarlyCalledMethod() { //... #if DEBUG window?.showTouches() #endif }
- Magic!