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'Copy the code
Carthage
For Carthage, add the following to your Cartfile
:
Making "yiplee/YPNavigationBarTransition" ~ > 1.0Copy the code
Getting Started
License
MIT. See the LICENSE file for details.