I add a sub-ScrollView to a main-ScrollView, both of them are able to horizontal scrolling. when I scroll the sub-scrollview to the (right or left) edge, if I continue to scroll right or left, it will cause main-scrollview scroll.
I try to use scrollview didScroll delegate method on each scrollview to resolve it but failed, when main-ScrollView move, the delegate method in sub-scrollview won't be detected. Any idea? Thanks.