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
To expand on Vladimir's answer, this is how I implemented this solution:
In .h file:
@interface MyViewController : UIViewController
In .m file:
- (void)scrollViewWillBeginDragging:(UIScrollView *)activeScrollView { //logic here }