2017-04-13 5 views

Répondre

0
let attributedString = NSAttributedString(attachment: textAttachment) 
let mutableAttributedText = NSMutableAttributedString(attributedString: textView.attributedText) 
mutableAttributedText.replaceCharacters(in: selectedRange, with: attributedString) 
textView.attributedText = mutableAttributedText