As we know, click the UITableView when it is scrolling will stop it from scrolling, there is a text field on the top of the table view, and now I want to execute the click method when the text field begin editing in order to stop the table view from scrolling, How can I achieve this? How to execute the click method when the table view is scrolling. Thanks for every answer.
- (void)textFiledTextDidBegin:(UITextField *)textField {
//stop the tableview from scrolling
}