显示用户在屏幕上触摸的位置,带有优雅的波纹和点。
https://github.com/mredig/SeaTouch.git
AppDelegate
SceneDelegate
UIViewController
//... import SeaTouch //... func someEarlyCalledMethod() { //... #if DEBUG window?.showTouches() #endif }