I have two horizontal UIScrollViews with PagingEnabled. 
In portrait mode, everything works fine, but in the landscape I get a conflict between scroll views. For example, if the current view is ScrollView2.View2, and I scroll through ScrollView1.View3, ScrollView2, and also ScrollView1. It somehow gets the scroll event ScrollView1. As a result, I get ScrollView2.contentOffset equal to 0.0 (but it should be equal to X from View2, for example 384.0).
Is it possible to determine which scroll scrolls? I tried to fix it using the UIScrollViewDelegate methods, but it didn’t help me, and everything got worse if I put WebView instead of views.
EDIT: github.
, scrollview "didScroll" , . hitTest, .