RDowns
RDowns

Reputation: 659

Swiping right to return to previous screen on iOS app- inbuilt function?

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

Answers (1)

random
random

Reputation: 8608

It is built in as interactivePopGestureRecognizer on UINavigationController.

Upvotes: 1

Related Questions