如何在 uisearchbar 中关闭键盘?
我正在开发一个基于导航的应用程序。在我的应用程序中,用户可以使用 UISearchBar 进行搜索。现在我希望在用户点击搜索(或不确定是哪一个)后关闭键盘。我尝试按照 UITextField 的方式进行操作,但没有成功。所以任何帮助将不胜感激。
谢谢,
I am working a navigation based application. In my application user can search using the UISearchBar. Now I want the keyboard to be dismissed after the user hits search (or done not sure which one it is). I tried doing the way it is done for UITextField but didn't work. so any help would be appreciated.
thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
希望这对其他正在寻找此内容的人有所帮助。
使用 UISearchBarDelegate。
Hope this helps for anyone that else was looking for this.
Using
UISearchBarDelegate
.