MarcBruins / MBAutoComplete

C# autocomplete field for iOS
MIT License
12 stars 9 forks source link

Could not change size height for AutoCompleteTableView. #8

Closed gcssire closed 6 years ago

gcssire commented 7 years ago

Thanks so much for your share. I have a problem with lib. I tried change value in code bellow:

public int AutocompleteTableViewHeight { get; set; } = 20;//= 150;

But I could not see any change on this table view.

MarcBruins commented 7 years ago

Do you change it before you call Setup?