Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animation in whole app stops working when using Kal #70

Open
rmatesic opened this issue Nov 16, 2012 · 1 comment
Open

Animation in whole app stops working when using Kal #70

rmatesic opened this issue Nov 16, 2012 · 1 comment

Comments

@rmatesic
Copy link

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.

@waterlou
Copy link

waterlou commented Jan 8, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants