iOS Library Allowing You To Automatically Set Up Gesture Based View Navigation

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:

MBSpacialViewControllerMBSpacialViewController

MBSpacialViewControllerMBSpacialViewController

MBSpacialViewController

You can find MBSpacialViewController on Github here.

A very easy way to set up gesture based view navigation.

DeliciousTwitterFacebookRedditLinkedInEmail

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.

Leave a Reply

Your email address will not be published. Required fields are marked *