반응형
let attachment = NSTextAttachment()
attachment.image = UIImage(named: "yourIcon.png")
let attachmentString = NSAttributedString(attachment: attachment)
let myString = NSMutableAttributedString(string: price)
myString.appendAttributedString(attachmentString)
label.attributedText = myString
반응형
'개발 > swift' 카테고리의 다른 글
[iOS/Swift] 페이스북 아이디로 로그인 하기 (1) | 2017.05.17 |
---|---|
[iOS/Swift] 네이버 아이디로 로그인 하기 (4) | 2017.05.16 |
String의 부분 속성 바꾸기 : NSMutableAttribueString (0) | 2016.10.24 |
버튼 이벤트 다른 컨트롤러의 func 불러오기 (0) | 2016.10.21 |
UItableView 회전 (0) | 2016.10.14 |
댓글