Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

UISearchBar as UITableView header problem #155

Open
kientux opened this issue Aug 28, 2016 · 0 comments
Open

UISearchBar as UITableView header problem #155

kientux opened this issue Aug 28, 2016 · 0 comments

Comments

@kientux
Copy link

kientux commented Aug 28, 2016

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)];
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant