-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Hide navigation bar when scrolling through table view #209
Labels
Comments
+1 |
1 similar comment
+1 |
Related to #165 |
+1 |
1 similar comment
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
1 similar comment
+1 |
@MarkPolivchuk any update on this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a
ButtonBarPagerTabStrip
withUITableViewController
as the children, all embedded in aUINavigationController
. I have the navigationController'shidesBarOnSwipe
property set to true, but scrolling through the tableView does not trigger the gesture recognizer. Only by swiping up on the buttonBar does the navigation controller hide.Is there a way to pass the tableView scrolling event through the pagerTabStrip to hide the NavigationBar?
The text was updated successfully, but these errors were encountered: