init(attributedText:)
Initializes a new label object with an attributed text string.
Declaration
convenience init(attributedText: NSAttributedString?)Parameters
- attributedText:
The attributed string from which to initialize the label.
Return Value
A lable initialized from attributed text.