NSTextAttachment 禁止拖动

2022-01-20  本文已影响0人  th先生
if (@available(iOS 11.0, *)) { 
     _textView.textDragInteraction.enabled = NO;
    }

另外在YYLable上面展示NSTextAttachmentNSAttributedString,需要将NSAttributedString转成YYTextAttachment

上一篇下一篇

猜你喜欢

热点阅读