How to override attribute string in Swift
Issue #732
Use NSMutableAttributedString
and add attribute for whole range
1 | let a: NSAttributedString |
Issue #732
Use NSMutableAttributedString
and add attribute for whole range
1 | let a: NSAttributedString |