Want to generate touch events dynamically with code on Swift4
Asked 2 years ago, Updated 2 years ago, 36 views
On iOS, when the hardware detects a touch on the screen, the UIGestureRecognizer event is called, but without this actual physical touch, is it possible to send an event that pretends to be a touch on the code?