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.
You can find CrossNavigation on Github here.
A nice library for easily setting up multi-direction view navigation.
- Open Source Library And Component For Easily Adding Swipe To Choose Functionality To A View
- Open Source Control For Easy Customizable Gesture Controlled Table View Cells
- Open Source: Javascript Library For Easily Handing Multi-Touch Gestures (Taps, Drags, And Transforms)
- iOS Library With An Easy Unified API For Child View, Modal View, And Navigation Transitions
- Open Source iOS Library Allowing You To Create Curl Animations From Any Direction
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.