[tableView setDelaysContentTouches:NO];
for (UIView *currentView in tableView.subviews) {
if ([currentView isKindOfClass:[UIScrollView class]]) {((UIScrollView *)currentView).delaysContentTouches = NO;
break;
}
}
[tableView setDelaysContentTouches:NO];
for (UIView *currentView in tableView.subviews) {
if ([currentView isKindOfClass:[UIScrollView class]]) {}