There is a similar question to this but answer is very general, vague.( Detecting UITableView scrolling ) Please don\'t dismiss. I am looking for concrete solution.
I ha
- (void)scrollViewWillBeginDragging:(UIScrollView *)scrollView { if (scrollView == myTableView){ // Your code here..... } }