After several minutes running all animations in my application disappeared, even system animations like alert animation and UINavigationController animations. What can be the issue?
P.S. I dont use [UIView setAnimationsEnabled]
anywhere.
Well, the answer is - system sometimes disables animations, and, normally, it enables them back on. But in my case, for some reason, it failed to set them back enabled. And this happens only during transitions between UIViewControllers. What I came up with, is to reset [UIView setAnimationsEnabled:YES]
after every transition.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With