EddyBorja / MLPAutoCompleteTextField

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

Scroll Table #70

Open niko1aus opened 9 years ago

niko1aus commented 9 years ago

Hello all! I want to scroll table view with autocomplete to top, after user typer in text field. It's possible with this component?

kunj369 commented 9 years ago

On your (void)autoCompleteTextField:(MLPAutoCompleteTextField )textField possibleCompletionsForString:(NSString )string completionHandler:(void (^)(NSArray *))handler Delegate method right below code

[textField.autoCompleteTableView setContentOffset:CGPointZero animated:YES];