Open Source iOS Library For Easily Implementing Multi-Direction Gesture Based View Navigation

Earlier last year I mentioned a library allowing you to implement pan-gesture based multi-directional view navigation called MBSpacialViewController.

Here’s an open source library called CrossNavigation from Artem Stepanenko that makes implementing this multi-direction view navigation simple and adds some nice features not seen in the previously mentioned library.

CrossNavigation allows you to specify all transitions within code, or you can specify transitions within storyboards. Navigation can go both backwards and forwards. Both portrait and landscape orientation is supported. A demo project is included.

Here’s an image from the readme showing a top->down navigation setup with CrossNavigation.


CrossNavigation

You can find CrossNavigation on Github here.

A nice library for easily setting up multi-direction view navigation.

FacebookTwitterDiggStumbleUponGoogle Plus

Original article: Open Source iOS Library For Easily Implementing Multi-Direction Gesture Based View Navigation

©2014 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 *