文本字段启用清除按钮但不允许键盘出现

发布于 2024-10-26 04:01:58 字数 127 浏览 1 评论 0原文

有没有办法让 UITextField 的文本只读,但仍然让清除按钮起作用?我的视图上有一组与文本字段交互的按钮,因此我不需要弹出键盘,但如果我禁用文本字段。清除按钮出现,但我不能再按它了。有没有办法做到这一点,或者我应该制作自己的清除按钮?

Is there a way to have a UITextField with the text read only but still let the clear button work? I have a set of buttons on my view that interact with the text field so i dont need the keyboard to pop but if i disable the text field. the clear button shows up but i cant press it anymore. Is there a way to do this or should i make my own clear button?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

扎心 2024-11-02 04:01:58

clearButtonMode 设置为 UITextFieldViewModeAlways,并让委托为 textFieldShouldBeginEditing: 返回 NO。

Set clearButtonMode to UITextFieldViewModeAlways, and have the delegate return NO for textFieldShouldBeginEditing:.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文