SherginScrollableNavigationBar
SherginScrollableNavigationBar copied to clipboard
resetToDefaultPosition: public
Please, make resetToDefaultPosition: method as public
yes, need to have a way to show navigation bar again programatically e.g. when pushing a new view controller or when double tapping on the scrollview...
I tried to secretly copy the signature to .h file, and used it in the viewWillDisappear:
and viewDidLoad
method when pushing a new view controller, the frame did change to normal, but when the new view controller displayed, the nav bar still locates in the old position, and blinked back to normal.