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

won't work with orientation change #16

Open
farfromrefug opened this issue Dec 7, 2013 · 0 comments
Open

won't work with orientation change #16

farfromrefug opened this issue Dec 7, 2013 · 0 comments

Comments

@farfromrefug
Copy link
Contributor

I just wanted to let you know that most transitions wont work with orientation change.
The reason is quite simple.
you set the animations rect during int. This is wrong. You should init the animation just before using it.
A simple example of failure

  1. rotate your device to landscape
  2. open a controller with SWIPE
  3. rotate your device to portrait
  4. popViewController

See the animation not working (which is totally normal!)

I will rewrite transitions for it to work. Let me know if you want a PR

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

1 participant