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

Commits on Aug 31, 2017

  1. Fix layout error after rotation

    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.
    wzzhu committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    0d6a463 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2017

  1. Fix iOS 11/Xcode 9 enclosing UITableView issue

    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.
    wzzhu committed Sep 24, 2017
    Configuration menu
    Copy the full SHA
    a82d98b View commit details
    Browse the repository at this point in the history