selectText(_:)
Selects text in the currently selected cell or in the key cell.
Declaration
func selectText(_ sender: Any?)Discussion
If the currently selected cell is editable and enabled, its text is selected. Otherwise, the key cell is selected.
Selects text in the currently selected cell or in the key cell.
func selectText(_ sender: Any?)If the currently selected cell is editable and enabled, its text is selected. Otherwise, the key cell is selected.