Skip to content

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.

License

Notifications You must be signed in to change notification settings

liric28/YPNavigationBarTransition

 
 

Repository files navigation

YPNavigationBarTransition

Build Status Pods Version Carthage Compatible

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.

features

  • Transparent & translucent bar
  • Pure color bar
  • Background image bar
  • update navigationBar style dynamicly
  • clear Shadow line

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.

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 94.6%
  • Ruby 5.0%
  • Shell 0.4%