Kal icon indicating copy to clipboard operation
Kal copied to clipboard

Animation in whole app stops working when using Kal

Open rmatesic opened this issue 12 years ago • 1 comments

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.

rmatesic avatar Nov 16 '12 00:11 rmatesic

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.

waterlou avatar Jan 08 '13 10:01 waterlou