美文网首页
NSTextAttachment 禁止拖动

NSTextAttachment 禁止拖动

作者: th先生 | 来源:发表于2022-01-20 14:55 被阅读0次
    if (@available(iOS 11.0, *)) { 
         _textView.textDragInteraction.enabled = NO;
        }
    
    

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

    相关文章

      网友评论

          本文标题:NSTextAttachment 禁止拖动

          本文链接:https://www.haomeiwen.com/subject/gzpjhrtx.html