SherginScrollableNavigationBar icon indicating copy to clipboard operation
SherginScrollableNavigationBar copied to clipboard

resetToDefaultPosition: public

Open AYastrebov opened this issue 10 years ago • 2 comments

Please, make resetToDefaultPosition: method as public

AYastrebov avatar Aug 08 '14 11:08 AYastrebov

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...

alexanderfrey avatar Oct 31 '14 10:10 alexanderfrey

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.

void-main avatar Dec 16 '14 02:12 void-main