UITableView with Search Bar Issue
I have a UITableView that has a Search Bar. Everything works fine but when I sc开发者_如何学JAVAroll to the bottom of the table I can still scroll up and it hides the search bar as well as duplicates the cells (as if I am scrolling through them twice).
How do I fix this?
You placed the searchbar in tableview header.
Place it above the table
精彩评论