It's an interesting effect in some magazine. When man swipes, left scrollview and right one will move simultaneously, but with different scoll speed. So sometimes the image in both left and right scrollviews will match together.
Is there any public api to change the scroll speed? I can't find it.
So I try to use scrollViewDidScroll: to control one scrollview from another, but there's alway timedelay between 2 scrollviews. When i move one scrollview, the other will move after about half second. So they aren't simultaneously any more.
Do any one now how to implement it?
Thanks