Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
thorst opened this issue Jan 2, 2014 · 0 comments
Open

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

thorst opened this issue Jan 2, 2014 · 0 comments

Comments

@thorst
Copy link

thorst commented Jan 2, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants