https://github.com/remirobert/rrmaterialnavigationbar
Custom UINavigationBar with Google Material style, for iOS written on Swift.
https://github.com/remirobert/rrmaterialnavigationbar
Last synced: about 1 year ago
JSON representation
Custom UINavigationBar with Google Material style, for iOS written on Swift.
- Host: GitHub
- URL: https://github.com/remirobert/rrmaterialnavigationbar
- Owner: remirobert
- License: mit
- Created: 2015-01-02T12:34:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-03T22:15:52.000Z (over 11 years ago)
- Last Synced: 2025-04-06T10:47:22.091Z (about 1 year ago)
- Language: Swift
- Size: 605 KB
- Stars: 76
- Watchers: 7
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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:
```swift
var navigationController = UINavigationController(navigationBarClass: RRNavigationBar.self, toolbarClass: nil)
navigationController.viewControllers = [ViewController()]
```
Theme
**RRNavigationBar** provides for you few themes. For you use a theme :
```swift
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.