GTScrollNavigationBar icon indicating copy to clipboard operation
GTScrollNavigationBar copied to clipboard

How To: Disable Show Navigation Bar Before Push/Pop?

Open thorst opened this issue 12 years ago • 0 comments

When you are on the first uitableview, if you scroll down, the navigation bar disappears. Then you click on a row, and the navigation bar is immediately shown, and then the sub view is pushed on.

Also, happens when you scroll the pushed view down and then pop it to its parent view.

I've looked at the code, but I do not see where you are calling resetToDefaultPosition. I would have thought that it was either didSelectRowAtIndexPath OR viewDidLoad/viewWillAppear/viewDidAppear

I'm not sure if this would look funky, but would like to test out how it looks. On the Facebook app when the navigation bar is hidden on the "News Feed", and then you click a post, it does NOT show the navigation bar on the "News Feed" view. And likewise, then when you pop the "Post" view, the "News Feed" view is shown again, and the navigation bar is still hidden.

Thanks,

PS: When I'm popping the view, i'm doing so via swipe right gesture, not using the button, as it is hidden...

thorst avatar Jan 02 '14 18:01 thorst