troshko111 / TRAutocompleteView

Autocomplete view attachable to any UITextField. Ships with sample items source - google places items source. Can be configured to autocomplete from any source. Auto fits all available space, customizable look and feel
Other
192 stars 63 forks source link

Hide autocomplete view when no suggestions exist #18

Open samlbest opened 9 years ago

samlbest commented 9 years ago

The autocomplete view was displaying an empty table even before anything was typed into the text field and also when no suggestions were returned. With these changes, the view is now automatically hidden if there are no suggestions.