如何删除searchResultsTableView?
我有一个 UISearchDisplayController,它在用户搜索后显示一些单元格。用户单击单元格后,我将一个新视图推送到我的导航堆栈。如何从视图中删除 searchResultsTableView ,以便用户返回时看不到 searchResultsTableView ?
I have a UISearchDisplayController that displays some cells after a user has searched. After the user clicks on the cell, I am pushing a new view to my nav stack. How can I remove searchResultsTableView from the view so that when the user goes back, he doesn't see the searchResultsTableView?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅
UISearchDisplayController
的文档,它说:See the documentation of
UISearchDisplayController
it sais: