EddyBorja / MLPAutoCompleteTextField

UITextfield subclass with autocomplete menu. For iOS.
Other
1.21k stars 222 forks source link

Add a autoCompleteTableSizeOffset to change the size of the #93

Closed Nonouf closed 8 years ago

Nonouf commented 8 years ago

At the moment there is no way to change the size of the autoCompleteTableView. I added aN offset on the size of the table view like you have done with the origin offset. If you don’t see a use case where it is useful, tell me and I can show you.

EddyBorja commented 8 years ago

Thanks!