Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用嵌入在 UIToolbar 中的 iPad UISearchbar,搜索结果将显示在 UIPopover
但使用 iPhone,它显示在同一个表格视图中
我想在同一个表格视图中显示搜索结果,我该怎么做?
谢谢你!
我也有这个问题。我要解决的问题不是通过 UIBarButtomItem 在 UIToolBar 中添加 UISearchBar,而是在视图(普通 UIView)中添加了 UISearchBar,并通过 UIBarButtomItem 在工具栏中添加了该视图。见下图。
我不知道为什么,但这解决了问题。
重新加载带有排序项的 TableView。就是这样。