I am looking for a way to get notified when the position of a view gets updated during the animation. I have checked different other posts on StackOverflow but none have the answer to my problem.
Adding myself as an observer to different properties such as frame, position, etc doesn't help - I only get called when I set the frame but not when the position animates.
Also I have tried the solution from this post: Core animation progress callback but it doesn't work as well.
I was hoping that drawInRect, or layoutSubviews, or something similar would get called, but it doesn't.
Any help would be appreciated.