You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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 eitherdidSelectRowAtIndexPath
ORviewDidLoad
/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...
The text was updated successfully, but these errors were encountered: