I have 2 UIScrollViews displaying an image each (overview and zoom mode). I can scroll in both views already individually, now I want to keep the centerpoint of both views in sync.
I guess when one of the views is creating events, I need to forward them also to the other view, just can't find out which functions are relevant. Any hints?
edit: If parallel live scrolling is not possible, I want to at least sync after a scroll event.
Check out the functions
You can link this together in the delegate method -scrollViewDidScroll:, which is constantly called while the user is scrolling.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With