gpt4 book ai didi

iphone - 当用户点击 View 时取消 UISearchBar

转载 作者:行者123 更新时间:2023-12-03 19:26:57 28 4
gpt4 key购买 nike

有谁知道当您点击搜索文本框下方和键盘上方时如何取消(退出第一响应者)UISearchBar?谁能帮忙发布一些代码来处理这个问题?

谢谢

最佳答案

在(UISearchbar 的)父 View 中添加点击手势

[self addGestureRecognizer:[[UITapGestureRecognizer alloc] initWithTarget:searchBar action:@selector(resignFirstResponder)]];

关于iphone - 当用户点击 View 时取消 UISearchBar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1288322/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com