Hi,
I would like to synchronise two UIScrollViews, so that when one is changed, the other is updated by the correct amount. They will both have the same amount of items inside of them.
To give you an overview of what I am trying to do, I am building a timeline style view, where one ScrollView contains the content, and the other is the "scrubbable" timeline. Ideally, when the user is scrubbing the timeline ScrollView, I would like the content ScrollView to move accurately along with it. I cannot use a UIProgressBar as the timeline could be very long, and needs to be longer than the visible panel.
Any ideas/help is much appreciated.
Adam