Contents

+(_:_:)

Concatenates the text in two text views in a new text view.

Declaration

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

Parameters

  • lhs:

    The first text view with text to combine.

  • rhs:

    The second text view with text to combine.

Return Value

A new text view containing the combined contents of the two input text views.

Discussion