2017-04-13 18 views

答えて

0
let attributedString = NSAttributedString(attachment: textAttachment) 
let mutableAttributedText = NSMutableAttributedString(attributedString: textView.attributedText) 
mutableAttributedText.replaceCharacters(in: selectedRange, with: attributedString) 
textView.attributedText = mutableAttributedText 
関連する問題