Search code examples
iosgesture-recognition

how to make custom gestures in ios


is it possible to make custom gestures in iOS such as a zigzag, or a other lines types? and can one link any action to a gesture. if you know an answer, or a link to an answer or exlanation, please share ... thanks


Solution

  • It is possible to create your own gesture recognizers. You can look at this section of the Event Handling Guide for iOS which gives information as to how you can build your own custom subclass.