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!

is not possible with the UIA controller ; You must create your own navigation controller (must be very simple), which includes a UIPanGestureRecognizer .

Edit for iOS 7: You can probably have a UIScreenEdgePanGestureRecognizer .

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -