init(wrappingLabelWithString:)
Initializes a text field for use as a multiline static label with selectable text that uses the system default font.
Declaration
convenience init(wrappingLabelWithString stringValue: String)Parameters
- stringValue:
A string to use as the initial content of the editable text field.
Return Value
A multiline text field that displays the specified string.