Hi,
I'm animating the center property of a view in my program. During the animation, I need notifications when center hits a particular value.
I tried adding the myself as a key value observer for the center property of the view . However, I only get notified when the animation begins. So I'm unable to detect if/when the object passes through my point of interest.
Is there a way to do this through KVO or any other method?
Thanks!