views:

52

answers:

1

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