-
Notifications
You must be signed in to change notification settings - Fork 46
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
Collapse navigation bar when scrolling down in in posts page #88
Comments
Safari does this well. |
It's tempting to try this using a UINavigationController's navbar but it seems like the way to go is to have your own navbar in the view that collapses. You can still use a UINavigationController for push/pop but you just hide its navbar. |
|
|
|
On iPhone, when the user is viewing a thread hide the navigation bar and bottom toolbar. Have them come back automatically when scrolled to the bottom, or on tapping the webview. Like NYTimes app.
The text was updated successfully, but these errors were encountered: