DAONaviBar 0.4.6

DAONaviBar 0.4.6

TestsTested
LangLanguage Obj-CObjective C
License WTFPL
ReleasedLast Release Sep 2017

Maintained by Ray Dan.




  • By
  • daoseng33

DAONaviBar is a Facebook like navigation bar with smooth auto-scrolling animation.

  1. Show title mode

Image of navibar

  1. Hide title mode

Image of navibar

Requirement

  • iOS 8.0

Usage

  1. Import DAONaviBar first
#import "DAONaviBar.h"
  1. Just need one line in viewDidAppear
- (void)viewDidAppear:(BOOL)animated {
    [super viewDidAppear:animated];
    [[DAONaviBar sharedInstance] setupWithController:self scrollView:self.scrollViewToTrack hideTitle:NO];
}