开发者

Disable Scrolling of UISearchbar that is added to UITableView

I have add a UISearchBAr to the UITableView to implement search functionality.

But after searching is done, the UISearchBar is also scrolling an开发者_如何学Pythond disappearing along with the UITableView. I just want to know how to make the search bar static with only the UITableView scrolling...


I assume your adding the searchBar to the tableView's headerView, which is why it scrolls along with the rest of the table. Try adding the searchBar to the view (NOT the tableView) and resize the frame of your tableView to be below the searchBar.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜