- (BOOL)textView:(UITextView *)textView shouldInteractWithTextAttachment:(NSTextAttachment *)textAttachment inRange:(NSRange)characterRange interaction:(UITextItemInteraction)interaction
iOS @人实现利用NSTextAttachment实现UITextView中图文混排 首先,来看下苹果官方对该类的描述: 它的属性: 由于,不光需要将文字转化为图片,后续还需要遍历出文本中...