Contents

init(attributedString:)

Creates a new attributed string from the contents of another attributed string.

Declaration

init(attributedString attrStr: NSAttributedString)

Parameters

  • attrStr:

    An attributed string.

Return Value

An NSAttributedString object initialized with the characters and attributes of attrStr.

See Also

Related Documentation

Creating from another string