ios,swift
[ios] swift html 적용시키기
thdeodls85
2020. 1. 31. 10:45
[ios] swift html 적용시키기
guard let text = "ㅁㅁㅁㅁㅁㅁ.<br><br>ㅠㅠㅠㅠㅠ".data(using: String.Encoding.unicode) else {
return
}
try? mTvText.attributedText = NSAttributedString(data: text, options: [.documentType:NSAttributedString.DocumentType.html], documentAttributes: nil)
self. mTvText.sizeToFit()