init(textCell:)
Initializes a text field cell that displays the specified string.
Declaration
init(textCell string: String)Parameters
- string:
The string that the text field cell displays.
Return Value
A text field cell that displays a string.
Initializes a text field cell that displays the specified string.
init(textCell string: String)The string that the text field cell displays.
A text field cell that displays a string.