Question

It's nice that back to previous page is so easy by swipe gesture in iOS7, Apple has implemented for you already. We like this feature, but how to implement it on iOS6? Any resource can take reference? Such as open source or design solution.

Please share and thanks in advance.

Was it helpful?

Solution

I'd probably be inclined to use UIPageViewController (which is a nice control that offers swiping between view controllers). If you really want to reproduce the UINavigationController iOS 7 UI (swiping from edges rather than anywhere on the page, all of the navigation bar UX, etc.), it might take a little work. But if all you need is a nice simple swiping between view controllers, UIPageViewController might be a good place to start.

See the Page View Controllers section of the View Controller Catalog for iOS.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top