(nit) filename and whitespace
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 first UIViewController on screen):
AppDelegate
SceneDelegate
UIViewController
//... import SeaTouch //... func someEarlyCalledMethod() { //... #if DEBUG window?.showTouches() #endif }
Magic!
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
SeaTouch
Displays where the user is touching on screen with elegant ripples and dots.
Installation:
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):Magic!