(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!
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号 京公网安备 11010802032778号
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.gitEarly in your app lifecycle (eg,
AppDelegate,SceneDelegate, or even just the firstUIViewControlleron screen):Magic!