I have an issue with a UIView animation when switching between pages in a UITabBarController.
A view in UIViewControllerA is playing the following animation:-
The answer is simple, reset the transform:
self.animationImageView.transform = CGAffineTransformIdentity;