Unikorn
Unikorn

Reputation: 1151

Is it possible to stop UISearchBar from scrolling within UITableView?

For example: The UISearchbar within UITableView like of the iphone Address Book app scrolls with the the names.

Is it possible to stop it from scrolling so it stays on top?

Thanks!

Upvotes: 3

Views: 974

Answers (1)

Suresh Varma
Suresh Varma

Reputation: 9740

You can set the searchbar out of table view if you dont want to get it scrolled.

Or you can add the searchbar to the header of section 0 instead of table header. boths gonna work.

hAPPY cODING...

Upvotes: 4

Related Questions