Kal
Kal copied to clipboard
Animation in whole app stops working when using Kal
When setting up Kal and calling it in a UIViewController, all my animations for my apps UIView transitions have stopped working.
When changing the calendars month it starts to work again. There was a ticket previously created about this issue but it was closed with no comment if it was resolved or not.
The problem is the code called swapMonthsAndSlide:keepOneRow: before the view is attached to window, and inside the code animation is performed. May be we can check self.window==nil before setting the beginAnimation block.