0

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. enter image description here

Community
  • 1
  • 1
serhat sezer
  • 1,330
  • 1
  • 10
  • 26
  • Sorry its not clear. What is happening now and what would you like to happen? – jakedunc Mar 19 '15 at 14:14
  • @jakedunc Sorry for this. It's really hard to explain clearly. I just want to add tap recognizer on view inside scrollview. Also scroll scrollview. – serhat sezer Mar 19 '15 at 14:40

0 Answers0