A Fully functional UINavigationBar
framework for making bar transition more natural! You don't need to call any UINavigationBar
api, implementing YPNavigationBarConfigureStyle
protocol for your view controller
instead.
Requirements
- Xcode 9.0+
- iOS 8.0+
Installation
CocoaPods
The preferred installation method is with CocoaPods. Add the following to your Podfile
:
pod 'YPNavigationBarTransition', '~> 1.0'
Carthage
For Carthage, add the following to your Cartfile
:
github "yiplee/YPNavigationBarTransition" ~> 1.0
Getting Started
License
MIT. See the LICENSE file for details.