UISearchBar on the top of UITableView which can hide but stay close to UINavigationBar

后端 未结 4 1670
猫巷女王i
猫巷女王i 2020-12-14 20:37

I would like to have a UISearchBar on the top of my UITableView which hides when you scroll down: The answer is easy, I just need to add it on my table view

4条回答
  •  离开以前
    2020-12-14 21:33

    A tableview header will move while scrolling downwards. It is tableview's property. If you want to place a searchBar with navigation bar. Why dont you place the search bar just below the navigation bar. Use search bar and separate tableview.

提交回复
热议问题