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

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

    The right side 's UISearchBar is on the another UIView, it is not a part of UITableView. So, you can add a child view to put the UISearchBar, and another child view is for the UITableView.

提交回复
热议问题