If you use Core Animation (I'm not sure if this works with strictly UIView-based animations), you can get the specific instantaneous value of your property by looking at the presentationLayer property of your CALayer view. This property provides a read-only copy of the current set of values as an animation of the layer. You can look at it under the "timer" link and update something else, etc.
I have a hard time, accurately representing what you are trying to accomplish as a whole, but it can get you started.
source share