NSAttributedString in swift 5
Solution:
swift 4:
swift 4:
try NSAttributedString(data: Data(utf8), options: [
swift 5:
return try NSAttributedString(data: Data(utf8), options: [NSAttributedString.DocumentRe
Comments
Post a Comment