UISearchDisplayController - 单击取消按钮时的方法
我有一个显示取消按钮的 UISearchDisplayController。我想在用户单击取消按钮时调用一个方法。有办法做到这一点吗?
I have a UISearchDisplayController that shows the cancel button. I would like to call a method when a user clicks the cancel button. Is there a way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用以下搜索栏委托方法,
You can use the following searchbar delegate method,
对于UISearchDisplayController,可以考虑以下2种方法。
For UISearchDisplayController, the following 2 methods can be considered.