apasccon / SearchTextField

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

Search TextFields showing just 5 results in list #109

Closed usman1057 closed 6 years ago

usman1057 commented 6 years ago

Search TextFields showing just 5 results in list but when a select one of them it will display accurate result from array on selected index... just showing only 5

apasccon commented 6 years ago

Hi @usman1057, can you please give me more details?, the piece of code you are writing, the desired result and the actual one?. Thanks!

xhidnoda commented 6 years ago

check in your code this:

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