Open meandmax opened 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.
I configured the Plugin as u showed in the
ViewController
and set thisautocompleteTextfield.maximumAutoCompleteCount = 20
but always get just the first 3 results of my response array shown. Any Idea?