UISearchBar 中的清除按钮 [英] clear button in UISearchBar

查看:35
本文介绍了UISearchBar 中的清除按钮的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我可以删除 UISearchBar 中的清除按钮(X 按钮)吗?

Hi can I remove clear button (X button)present in UISearchBar?

我没有找到任何代表.有一个取消按钮.

I didn't find any delegate for that. There is one for cancel button.

谢谢

推荐答案

您不能直接访问 UISearchBarclearButton.您必须遍历 UISearchBar 的子视图以找到 UITextField,并将其 clearButtonMode 属性设置为 UITextFieldViewModeNever.

You can not directly access the clearButton of UISearchBar. You have to loop through the subviews of the UISearchBar to find the UITextField, and set its clearButtonMode property to UITextFieldViewModeNever.

注意:这不是一个永久性的解决方案,因为如果 UISearchBar 的实现因后续 iOS 更新而发生变化,这在未来可能不起作用.

这篇关于UISearchBar 中的清除按钮的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆