Skip to content

Custom UINavigationBar with Google Material style, for iOS written on Swift.

License

Notifications You must be signed in to change notification settings

remirobert/RRMaterialNavigationBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RRMaterialNavigationBar





Custom UINavigationBar with Google Material style, with very smooth animations. It's designed for iOS written on Swift. RRNavigationBar is a subclass of UINavigationBar, so you use it as usually. For init RRNavigationBar in a UINavigationController follow the example bellow:

var navigationController = UINavigationController(navigationBarClass: RRNavigationBar.self, toolbarClass: nil)
navigationController.viewControllers = [ViewController()]

Theme

**RRNavigationBar** provides for you few themes. For you use a theme :
RRNavigationBar.changeColorNavigationBar(ThemeColor.Red)

You can change the theme everywhere in your application. If you have a good don't hesitate to make a pull request.


About

Custom UINavigationBar with Google Material style, for iOS written on Swift.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages