mnbayan / AutocompleteTextfieldSwift

Simple and straightforward sublass of UITextfield to manage string suggestions
MIT License
290 stars 66 forks source link

Only 3 suggestions no matter what #34

Open meandmax opened 8 years ago

meandmax commented 8 years ago

I configured the Plugin as u showed in the ViewController and set this autocompleteTextfield.maximumAutoCompleteCount = 20 but always get just the first 3 results of my response array shown. Any Idea?

bildschirmfoto 2016-07-09 um 18 28 52
wvdk commented 8 years ago

I'm away from computer but I remember something similar.

Maybe check the height of the table view. Could be getting cut off.

Or perhaps check that your setting the table view's row count.

Sent from my iPhone

On Jul 9, 2016, at 9:29 AM, Maximilian Heinz notifications@github.com wrote:

I configured the Plugin as u showed in the ViewController and set this autocompleteTextfield.maximumAutoCompleteCount = 20 but always get just the first 3 results of my response array shown. Any Idea?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.