iphone - Gesture Recognizer memory usage -


i adding several different swipe gestures app , i'm wondering if better add 1 , query how many fingers, direction, etc.

by adding several distinct gesture recognizers front (each different swipe direction , number of required touches) can route each own handler method , deal them independently.

do these uigesturerecognizer objects take lot of memory?


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -