我有一个UITextView显示一个NSAttributedString.textView editable和selectable属性都设置为false.
UITextView
NSAttributedString
editable
selectable
false
attributionString包含一个URL,我想允许点击URL来打开浏览器.但只有在selectable属性设置为的 情况下才能与URL进行交互true.
true
如何仅允许用户交互来点击链接,而不是用于选择文本?
uitextview nsattributedstring ios
ios ×1
nsattributedstring ×1
uitextview ×1