iphone - Why isn't animation stop selector called? -
Once I close my animation I am using the following code
[UIView Start Permissions: @ "Swipe" Reference: NULL]; [UIView Set Animation Cave: UIViewAnimationCurveEaseInOut]; [UIView Set Delegate Animation: self]; [UIView Set AnimationDedstopsChill: @Selector (transitionDettop: end: reference :)]; [UIView Set Animation Duration: 0.3f]; // My animation [UIView commitAnimations]; and it is the signature of the transition. DidStop method
- (zero) transition DidStop: (NSString *) Ending the animation id: (NSNumber *) End Reference : (Zero *) Reference But I noticed that this method is not closed even after infection. Why is it like this?
Because you need
- (zero) Transmission Design : (Nssting *) End of the animation id: (BOL) End reference: (zero *) reference method
but you have
- (zero) transitionDidstop: (NSString *) End of the animation ID: (NSN * *) End Reference: (Zero *) Reference
Comments
Post a Comment