iphone - How to swipe left or right to push or pop ViewContrller in iOS -
I want to swipe the loud controller in my app to push or pop, I know that I I can add a swipe signal but when I swipe the screen, I want the current view controller to be followed with my strong gesture, and the next view controller just pushed it with the swipe. How can I do this, thanks!
Edit for iOS 7: You can probably have a is not possible with the UIA controller ; You must create your own navigation controller (must be very simple), which includes a
UIPanGestureRecognizer .
UIScreenEdgePanGestureRecognizer .
Comments
Post a Comment