iOS UIView Animation Issue
问题 I have an issue with a UIView animation when switching between pages in a UITabBarController. A view in UIViewControllerA is playing the following animation:- [UIView animateWithDuration:1.0 delay:0.0 options:UIViewAnimationOptionRepeat | UIViewAnimationOptionCurveLinear | UIViewAnimationOptionBeginFromCurrentState animations:^{ CGAffineTransform transform = CGAffineTransformMakeRotation(M_PI); self.animationImageView.transform = transform; } completion:NULL]; The animation is a custom