if (@available(iOS 11.0, *)) {
_textView.textDragInteraction.enabled = NO;
}
另外在YYLable上面展示NSTextAttachment
的NSAttributedString
,需要将NSAttributedString
转成YYTextAttachment
。
if (@available(iOS 11.0, *)) {
_textView.textDragInteraction.enabled = NO;
}
另外在YYLable上面展示NSTextAttachment
的NSAttributedString
,需要将NSAttributedString
转成YYTextAttachment
。
本文标题:NSTextAttachment 禁止拖动
本文链接:https://www.haomeiwen.com/subject/gzpjhrtx.html
网友评论