removeToken(at:)
Removes a particular search token from the search text field.
Declaration
func removeToken(at tokenIndex: Int)Parameters
- tokenIndex:
Within the Tokens array, the index of the token you want to remove.
Removes a particular search token from the search text field.
func removeToken(at tokenIndex: Int)Within the Tokens array, the index of the token you want to remove.