Quote:
Originally Posted by rengle820
I'm wondering if there is a way to get a UIScrollView's offset position while the user is interacting with the scroll view, or while the scroll view is animating.
|
I have not found a way... I have tried setting up an animation timer in the parent view, and checking the content offset there to update a label in the parent view, but it doesn't seem to provide continuous data as the value only changes when the scrolling motion stops.
If we want the continuous update info, we should all file developer bug reports with Apple and maybe they will add that in a future release.