apasccon / SearchTextField

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

Programmatically show the Search Results Table #165

Open sandeepbol opened 5 years ago

sandeepbol commented 5 years ago

This should be a trivial feature. May be I missed something.

I want to display search results in case user didn't make a selection and click on next button. I want to display an error and re-show the filtered results. How to programmatically do opposite of mySearcgTextField.hideResultsList()?