ios,swift2020. 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()

Posted by thdeodls85