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.
- Transparent & translucent bar
- Pure color bar
- Background image bar
- update navigationBar style dynamicly
- clear Shadow line
- Xcode 9.0+
- iOS 8.0+
The preferred installation method is with CocoaPods. Add the following to your Podfile
:
pod 'YPNavigationBarTransition', '~> 1.0'
For Carthage, add the following to your Cartfile
:
github "yiplee/YPNavigationBarTransition" ~> 1.0
MIT. See the LICENSE file for details.