selectText(at:)
Selects the entry at the specified index.
Declaration
func selectText(at index: Int)Parameters
- index:
The index of the entry to select. If the specified index is invalid, this method does nothing.
Selects the entry at the specified index.
func selectText(at index: Int)The index of the entry to select. If the specified index is invalid, this method does nothing.