-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
in iPhone X above models , menu goes to safeArea #759
Comments
Same problem. Any solutions? |
For me it is not clear enough what is wrong on the screenshot. Check the pull requests section, there are some with safe area issues (e.x. #756) |
@bivant your right I should be more specific, here is the screenshot of iPhone 6 |
Hello @abbaspour-narjes |
I think this issue still exists and it's affecting ios13 where view controllers are shown modally in a page sheet, the title is not visible even though the top of the page sheet is below the notch, when I change the view controller's presentation to full screen the title appears again. |
One workaround I found is to use separate view for the buttonBarView (Empty ButtonBarView) and attach it to the outlet in the controller. then you can place it right in the view . |
The text was updated successfully, but these errors were encountered: