I have a parent UIScrollView containing a bunch of child UIScrollViews, every scrollview can scroll in every direction. On the top of each child, there is an UIView, subview of the parent.
I want to enable the parent scrolling only if the user is dragging from one of the upper UIView.
Any idea to do so ? Thanks !