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!
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!
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...