-
Notifications
You must be signed in to change notification settings - Fork 7
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
Support for rotation #7
Comments
Yeah, that is definitely something that is needed. I'll start working on that |
@lammertw I've looked into this issue and there isn't a way for this pod to support rotation. Rotation support must be handled when initializing the left, center, and right view controllers through the use of constraints. I admit that my example project did not support rotation because I set the frame of the controllers to be the static size when in the portrait orientation. I believe the best solution is to override the view controller's Sorry for the delayed response as well. |
Thanks for the answer. I'll definitely try this. |
Awesome |
Hmm, I'm starting to understand your issue now. So you're saying it should update the offset to accommodate the new orientation? |
Correct |
Any chance you could add support for rotation while one of the side panels is open? Right now it doesn't reposition the main view.
The text was updated successfully, but these errors were encountered: