iphone开发-UITextField-在右侧显示(X)
嘿那里, 我创建了一个 UITextField,我想在其右侧添加一个 (X) -CLEAR- 按钮。 清除文本字段中已写入内容的常规按钮。 谢谢。
Possible Duplicate:
Adding the “Clear” Button to an iPhone UITextField
hey there,
i created a UITextField and i want to add an (X) -CLEAR- button to the right of it.
The regular button that clears what is already written in the textfield.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
设置 clearButtonMode
或使用 Interface Builder,它也有清除按钮的设置。
set the clearButtonMode
or use Interface Builder, it has a setting for the clear button as well.
设置文本字段的
clearButtonMode
。请参阅Set the text field's
clearButtonMode
. See here.