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

后端 未结 4 1675
猫巷女王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:31

    This will answer your question :

    iPhone: Hide UITableView search bar by default

    same concept, different controller.

    Good luck.

提交回复
热议问题