CCNavigationBar 0.4.6

CCNavigationBar 0.4.6

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jan 2018

Maintained by CCNavigationBar.



  • By
  • g-enius




Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

CCNavigationBar is available through CocoaPods. To install
it, simply add the following line to your Podfile:

pod "CCNavigationBar"

A simple and loose coupling solution for the bizarre effect of system navigationBar when poping by draging gesture from the lefe edge.

Each viewController will has its own navigationBar as its subView and the navigationBar of navigationControllers are set translucent.

By this way, there would be a clear seperation when poping by gesture and without dealing with the mass of back button and titleText as there are still jobs of system. Besides, you can also change its color whenever you want by simply chaning navigationBarColor

alt tag
alt tag

Author

g-enius, [email protected]

License

CCNavigationBar is available under the MIT license. See the LICENSE file for more info.