- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我设置
textField.clearsOnInsertion=YES
但什么也没发生。我正在使用 XCode 5.0
和 iOS 7.0
最佳答案
你首先要弄清楚什么是clearsOnInsertion
。请参阅 Apple 的文档:
clearsOnInsertion
A Boolean value indicating whether inserting text replaces the previous contents.
Discussion
The default value of this property is NO. When the value of this property is YES and the text view is in editing mode, the selection UI is hidden and inserting new text clears the contents of the text view and sets the value of this property back to NO.
clearsOnInsertion
在我看来是非常无用的。看截图:
文本字段处于编辑模式并且显示键盘但隐藏选择 UI。当您输入任何内容时,它将替换旧文本。就是这样。
另一个相关的有用属性是clearsOnBeginEditing
clearsOnBeginEditing
A Boolean value indicating whether the text field removes old text when editing begins.
关于ios - UITextField clearsOnInsertion 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20990242/
我设置 textField.clearsOnInsertion=YES 但什么也没发生。我正在使用 XCode 5.0 和 iOS 7.0 最佳答案 你首先要弄清楚什么是clearsOnInserti
我是一名优秀的程序员,十分优秀!