Rightpoint / RZTransitions

A library of custom iOS View Controller Animations and Interactions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Orientation changes in presented view controllers do not affect parent view controllers.

julianwyz opened this issue · comments

I have created a project that demonstrates the issue.

When using RZTransitions, if the orientation is changed in a presented view controller (when the view controller is presented with an RZTransition) the parent view controller is not resized appropriately.

When the same view controller is presented without RZTransitions, the orientation is preserved.

Thanks!

Thanks, @julianwyz, for the issue and the and sample project! I'll take a look at both within a day or two. If you think you know a solution, I'd be happy to look at a pull request. Thanks again!

Was a fairly straight-forward fix, after all! Created the above PR. Thanks!