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
{{ message }}
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
When I use UISearchBar as UITableView tableHeaderView, when scrolling up the first time, navigation bar will hide immediately instead of fading out. It won't happen next times I scroll up. I used the latest code.
My temporary fix is hiding the search bar first by setting the table view content offset:
[_tableView setContentOffset:CGPointMake(0, 44)];
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I use UISearchBar as UITableView
tableHeaderView
, when scrolling up the first time, navigation bar will hide immediately instead of fading out. It won't happen next times I scroll up. I used the latest code.My temporary fix is hiding the search bar first by setting the table view content offset:
The text was updated successfully, but these errors were encountered: