MLPAutoCompleteTextField
MLPAutoCompleteTextField copied to clipboard
Scroll Table
Hello all! I want to scroll table view with autocomplete to top, after user typer in text field. It's possible with this component?
On your (void)autoCompleteTextField:(MLPAutoCompleteTextField *)textField possibleCompletionsForString:(NSString *)string completionHandler:(void (^)(NSArray *))handler Delegate method right below code
[textField.autoCompleteTableView setContentOffset:CGPointZero animated:YES];