Some attributes have no effect on TTTAttributedLabel

142 Views Asked by At

Some attributes have no effect on TTTAttributedLabel, is this a known issue or limitation?

let attributedString = NSAttributedString(string: plainText, attributes: attributes)
attributedLabel.setText(attributedString)

the attributes var contains NSExpansionAttributeName amongst other attributes, but it has no effect. If I'm using a regular UILabel with the same attributes, no problem.

0

There are 0 best solutions below