Lordof Theflies
Lordof Theflies

Reputation: 301

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

Upvotes: 2

Views: 3684

Answers (1)

Deepak Danduprolu
Deepak Danduprolu

Reputation: 44633

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.

Upvotes: 4

Related Questions