Open niko1aus opened 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];
Hello all! I want to scroll table view with autocomplete to top, after user typer in text field. It's possible with this component?