apasccon / SearchTextField

UITextField subclass with autocompletion suggestions list
MIT License
1.15k stars 254 forks source link

Filtering strings #105

Open skander300 opened 6 years ago

skander300 commented 6 years ago

When i do searchTextField.filterStrings(stringsArray), i don't get all items present in stringsArray. is there an explanation for this ?

mrDeadLinez commented 6 years ago

Initial function name states: FILTERED strings. But agree, would be great to have such callback closure.

xhidnoda commented 6 years ago

you check this?

// Set the max number of results. By default it's not limited mySearchTextField.maxNumberOfResults = 5