UITextView 选择而不成为第一响应者
以前,我用 IB 添加的 UITextView 可以在不显示键盘的情况下选择文本。然而,在没有任何改变的情况下突然出现这种情况,我怎样才能再次强制这种行为呢?
(文本视图需要可编辑,但当用户双击选择文本时则不可编辑,仅当插入插入符号或用户只需点击文本视图时)
Previously the UITextView I added with IB could have text selected without having the keyboard appear. However suddenly without changing anything this is not the case, how can I force this behaviour again?
(The text view needs to be editable but not when the user double taps to select text, only when the caret is inserted or the user just taps on the textview)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这应该对你有用。
This should do the trick for you.
我认为这很简单。只需在选择文本之前将 textview editable 设置为 false,这样 testview 就永远不会得到响应。然后使用上面的代码获取选定的文本
I think it is very simple. just make textview editable false before selecting the text so that testview never get responder. and then use the above code to get selected text