-
Notifications
You must be signed in to change notification settings - Fork 48
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
IPhone X support #19
Comments
@nyekimov Thanks for this. Could you elaborate on what kind of controls you are talking about / what your usecase is? From what I can see the |
The Attaching a screenshot on which text overlaps very bottom interactive controls. If I scroll till the end of the table view, bottom inset is in place. However text overlapping at scrolling isn't correct behavior. Bottom / Top layout guides should be used with constraints since ios 9. In iOS 11 apple introduces safe area which works perfectly if layout guides are in place. |
actually checked another table views and usually content overlaps bottom controls. It's a normal behavior for table view cells. The behavior can be changed manually if developer wishes when developer has access to the view controller. Here is an issue that developer can't customize |
Thank you for clarifying! I checked the docs you linked & looked at safari as reference, and I think the layout is behaving as it should. In portrait it matches what safari does, and in landscape it does take the safe zones into account. I believe they are talking about Please let me know if you still disagree. Screenshots for reference (Safari, |
Good point... The |
@carloe yeah this should probably help. |
Default implementation of the
LicensesViewController
doesn't respect safe area of the view and when you scroll through data it overlaps interactive controls at the very bottom of the screen. I believe theupdateViewConstraints()
needs to be updated per ios 11.The text was updated successfully, but these errors were encountered: