I've strange problem with customized UIScrollView inside a UITableView cell. I've a scroll view showed picture below. One scroll view and there are five UImageView each of these have an UITapGestureRecognizer event. I don't want to disable UIScrollview's userInteraction value (specially scrolling) I just want to enable touch event its subviews.
For clear explanation user could use tap (scrollview subviews) and scroll future(scrollView).
This code solve only tap problem when I tap view inside scrollview.
- (UIView *)hitTest:(CGPoint)point withEvent:(UIEvent *)event;
I've read these posts but still does not solve my problem.
ScrollView gesture recognizer eating all touch events
UITapGestureRecognizer on UIScrollView
Detect touch event on UIScrollView AND on UIView's components [which is placed inside UIScrollView]
Here is picture scrollview and there are three subview in it.
