Contents

+(_:_:)

Concatenates two attributed strings.

Declaration

static func + (lhs: AttributedString, rhs: AttributedString) -> AttributedString

Parameters

  • lhs:

    An attributed string to concatenate.

  • rhs:

    Another attributed string to concatenate.

Return Value

The result of concatenating rhs to the end of lhs.

See Also

Combining Attributed Strings