UIScrollView view position
This is in respect to a UIScrollView that is using paging.
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 notice the contentOffset values only provides new feedback after the scrollview has finished animating, but is there a way to get the offset while it's in the process of animating or being manipulated by the user?
Thanks in advance.
|