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

Layout issue for split view mode on iPad #43

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

git103
Copy link

@git103 git103 commented Aug 25, 2017

I encountered an issue getting split view mode on an iPad Pro to work correctly with SlideOverKit. For instance when I held the iPad in landscape orientation and put my app into a split view at 50% screen width the SlideMenuView would render at a wrong position.
This is because an assumption was made that if width < height that the app in in portrait mode. This is not always true when the view is split.
I've implemented a fix for this issue.

@git103 git103 changed the title Fixed layout issue for split view mode on iPad Layout issue for split view mode on iPad Aug 25, 2017
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

Successfully merging this pull request may close these issues.

1 participant