Releases: cuzv/RRNavigationBar
Releases · cuzv/RRNavigationBar
1.3
Working with RRNavigationTransitioning
Now you can integrate RRNavigationTransitioning for better transition animation & pop interactive.
Fix crash issue
- Remove RRNavigationControllerDelegate
- Re-implement UINavigationControllerDelegate
supports titleTextAttributes
supports titleTextAttributes
;
Support iOS 11
Fix bugs in iOS 11 when using Xcode 9;
Fix a bug when call setNavigationBarHidden:animated:
(highly recommend not do so);
Restore ViewController's ContentView's clipsToBounds
property when transition ended;
Fix available issue
0.2.3 Fix iOS9- crash issues;
Fix typo
Workaround
Workaround for present nvc, fixed global appearance not working when setup in viewDidLoad
Optimize & Update
- update demo & gif;
- optimize appearance deploy;
- rm no necessary import header files;
- rr_interactivePopGestureRecognizerDisabled;
- support nib;
Update Annotation
Update Annotation nullable -> nonull;