Horizontal UIScrollView having vertical UIScrollViews inside - how to prevent scrolling of inner scroll views when scrolling outer horizontal view?
couldn't find a solution for that. I am building an app, with big scroll view, who has paging (Horizontal). Inside this scroll view, there is a grid of UIView's, and an UIScrollview inside each one of them, with vertical scroll view. Now, the point is, When I'm paging my 'big' scrollview, sometimes the touch get stuck in one of small scrollviews inside the UIViews of the grid. I don't know how to avoid it - tried trick with hitTest but still couldn't find the answer. Hope i'm clear... Thanks for your help. Edit: This is the bigger scrollview: @implementation UIGridScrollView - (id