@selector(: :)
2018-12-24 本文已影响0人
lifeLL
[UIView setAnimationDidStopSelector:@selector(animationFinished:finished:context:)];
- (void)animationFinished:(NSString *)animationID finished:(NSNumber *)finished context:(void *)context {
}
[UIView setAnimationDidStopSelector:@selector(animationFinished:finished:context:)];
- (void)animationFinished:(NSString *)animationID finished:(NSNumber *)finished context:(void *)context {
}