I build a UIScrollView which is allowed to scroll right and left, in this main UIScrollView I added custom UIViews, each UIView contains an UIImageView with UIScrollView, and this UIScrollView can only pinch, the problem is that the main UIScrollView works fine, but the one in the custom UIView don't work.
I tried to disable the main scrollView and try scrolling in the scrollview of the UIView and it does not work.
should I make sure of enabling disabling something, what cause this, and if I'm using of multiple UIscrollViews or nested scrollViews what should I take care of?
Thanks,