I am doing an implicit animation, and the following function gets called when it's done:
- (void)animationDidStop:(NSString *)animationID finished:(NSNumber *)finished context:(void *)context;
Is there a similar function that will get called when an implicit animation begins?