Contents

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.

See Also

Creating a Text Field Cell