uigesturerecognizer - ios gesture recognizer for all types -


i need know if there way catch types of gestures in 1 instance uigesturerecognizer.

example: have uiview have detect type of tap made on without creating instance each type of gesture

is there way ?

thanks,

off course is, handle low level uiview events (event handling guide ios):

responding touch events – touchesbegan:withevent: – touchesmoved:withevent: – touchesended:withevent: – touchescancelled:withevent: responding motion events – motionbegan:withevent: – motionended:withevent: – motioncancelled:withevent: 

Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -