There are a number of apps that allow to pan between views using gestures, but setting up these gestures and mapping out all the directions can be difficult.
Here’s an iOS library from Mo Bitar called MBSpacialViewController that allows you to lay out your views as a map, and automatically allows the user to navigate through that map of views.
As the readme states:
MBSpacialViewController lets you create an arbitrarily complex map of view controllers in 2D space. Using gestures, you can navigate up, down, left, and right from any view controller. A map is automatically generated and displayed in the bottom left corner.
Here are a few images from the included example app showing the control in action:
You can find MBSpacialViewController on Github here.
A very easy way to set up gesture based view navigation.
- Open Source iOS Control For Creating A Vertical Tab Bar
- Open Source Control For Creating A Paper Fold Style Slide In Navigation Menu
- iOS UI Control Allowing You To Easily Create A Draggable Front View
- Open Source iOS Control Automatically Creates Grid-Style Navigation From UIViewControllers
- Tutorial: Integrate Cocos2D With An Interface Builder Created UI And Gesture Recognizers
Original article: iOS Library Allowing You To Automatically Set Up Gesture Based View Navigation
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.