I have a strange problem with my iOS Application for the iPad.
All animations are working fine. I use AQGridView for a nice looking gridview, works all great.. But all of a sudden my animations are gone. Like sliding when pressed in the navigationcontroller, now it's just there immediately. When I press a button which calls a method with a UIView beginAnimation block inside it, the animation part is skipped and the content just pops up with no animation at all...
When I quit the app, force it to quit in the multitasking part, and start the app again I have no problems anymore with the animations until the moment I press the AQGridView cell after x amount of times and the problem is back...
How is it possible the UI disables the animations? And how can I locate the problem?
Hope someone can help me with this one...
Thanks in advance!