300x250 NSMutableAttributedString1 attributedString 텍스트 양쪽에 이미지 넣기 let attributedString = NSMutableAttributedString(string: "") let leftImageAttachment = NSTextAttachment() leftImageAttachment.image = UIImage(named: "quotes_left") attributedString.append(NSAttributedString(attachment: leftImageAttachment)) attributedString.append(NSAttributedString(string: " \(msg!) ")) let rightImageAttachment = NSTextAttachment() rightImageAttachment.image = UI.. 2022. 12. 26. 이전 1 다음 300x250