init(attributedLabel:attributedValue:)
Creates new custom content with an attributed string and attributed value.
Declaration
convenience init(attributedLabel label: NSAttributedString, attributedValue value: NSAttributedString)Parameters
- label:
A localized attributed string that identifies the label for this content.
- value:
A localized attributed string that provides a value for the label.