EddyBorja / MLPAutoCompleteTextField

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

Added a way for delegates to know about appearance/disappearance events. #72

Closed nessup closed 8 years ago

nessup commented 9 years ago

This is useful to anyone who may need to adjust controls or scroll views near the autocomplete text field when the autocomplete table view appears.

EddyBorja commented 8 years ago

Great stuff!