What might cause an App to stop responding correctly to interface events? One problem that I'm facing is that my app stops doing all kinds of animations, for instance, the keyboard doesn't animate, it just appears in the screen. The rotation of the device is not animated, it just rotates without animation. UIAlertView shows and dismisses without animation.
I'm developing a high performance app that creates and deallocs several objects per sec. I try to use as little memory as possible. This problem I'm describing is not preceded a by memory warning and I'm not catching any exceptions (I log all of them).
If anyone can give me any advice, I'd really appreciate it.
Obs.: There is another thing i'm curious: in my app, when i have this problem, the uiview animations stop happening. But CALayer animations are executed normally. Is there a explanation for that?