MLPAutoCompleteTextField icon indicating copy to clipboard operation
MLPAutoCompleteTextField copied to clipboard

Scroll Table

Open niko1aus opened this issue 9 years ago • 1 comments

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

niko1aus avatar Mar 10 '15 14:03 niko1aus

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

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

kunj369 avatar Apr 20 '15 06:04 kunj369