STTweetLabel
STTweetLabel copied to clipboard
text alignment fix
In the end the best solution was to do text alignment via paragraph style. Also _attributesText attributes are now applied as base attributes and don't override _cleanAttributedText attributes. It's more like default UILabel works. If you set it's attributedString it doesn't override text alignment.