hello friends, i want to know that how we can use UISwipeController in my application?
+2
A:
You're probably thinking of UISwipeGestureRecognizer. Simply initialize it, call addTarget:action:
, set the direction
property, and finally add it to whichever view you wish should recognize the gesture.
Benjamin Egelund-Müller
2010-10-07 14:15:13