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

Fix layout error after rotation #77

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

Conversation

wzzhu
Copy link

@wzzhu wzzhu commented Aug 31, 2017

When the modal view doesn't have a zero origin bound, after rotation, the original presenting view will be set to negative frame origin. e.g., if the bounds is -20, the backViewController's view will collide with the status bar.

When the modal view doesn't have a zero origin bound, after rotation, the original presenting view will be set to negative frame origin. e.g., if the bounds is -20, the backViewController's view will collide with the status bar.
This fixes the issue in zoonooz#76
The tableview(or scrollview) not accepting touch event for iOS 11. Caused by the new introduction of safeAreaInsets in iOS11.
Copy link
Author

@wzzhu wzzhu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixed #76

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.

None yet

1 participant