Reputation: 659
Is the ability to swipe right and return to the previous view controller an in-built function like clicking back on a web browser, or something that has to be coded in?
Upvotes: 0
Views: 299
Reputation: 8608
It is built in as interactivePopGestureRecognizer
on UINavigationController
.
Upvotes: 1