vijay adhikari
vijay adhikari

Reputation: 2455

UITableView with Search Bar Issue

I have a UITableView that has a Search Bar. Everything works fine but when I scroll 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?

Upvotes: 2

Views: 572

Answers (1)

You placed the searchbar in tableview header.

Place it above the table

Upvotes: 2

Related Questions