DAONaviBar
DAONaviBar copied to clipboard
DAONaviBar is a Facebook like navigation bar with smooth auto-scrolling animation.
DAONaviBar
DAONaviBar is a Facebook like navigation bar with smooth auto-scrolling animation.
- Show title mode
- Hide title mode
Requirement
- iOS 8.0
Installation
CocoaPods
pod 'DAONaviBar', '~> 0.4.6'
Usage
- Import DAONaviBar first
#import "DAONaviBar.h"
- Just need one line in viewDidAppear
- (void)viewDidAppear:(BOOL)animated {
[super viewDidAppear:animated];
[[DAONaviBar sharedInstance] setupWithController:self scrollView:self.scrollViewToTrack hideTitle:NO];
}