By Francis Lata.
FullNavigationTransition has been created to provide a custom transition that allows for full view panning when a view controller is pushed. Furthermore, it alleviates most developers experience when maintaining different navigation bar styles without doing custom UINavigationBar
hacks. This custom transition aims to mimic the standard iOS push and pop navigation controller animation without the fade animation.
Please refer to the Example project provided for more details.
import FullNavigationTransition
..
.
- iOS 8.0+
CocoaPods is a dependency manager for Cocoa projects.
To install FullNavigationTransition, simply add the following line to your Podfile:
pod 'FullNavigationTransition'