CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | WTFPL |
ReleasedLast Release | Sep 2017 |
Maintained by Ray Dan.
DAONaviBar is a Facebook like navigation bar with smooth auto-scrolling animation.
#import "DAONaviBar.h"
- (void)viewDidAppear:(BOOL)animated {
[super viewDidAppear:animated];
[[DAONaviBar sharedInstance] setupWithController:self scrollView:self.scrollViewToTrack hideTitle:NO];
}