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
- rotate your device to landscape
- open a controller with SWIPE
- rotate your device to portrait
- 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