Is it possible to know if I successfully tapped on a SubView inside a UIView
which is inside a UIScrollView
during the hit test method?
UIScrollView->UIView->SubView
- (UIView *)hitTest:(CGPoint)point withEvent:(UIEvent *)event {
// Do something
}
Thanks!