-
Notifications
You must be signed in to change notification settings - Fork 356
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
Adding vertical and horizontal notch support for X's iPhones #204
base: master
Are you sure you want to change the base?
Conversation
It does not support landscape safeAreaLayouts. Can you please add support for it, too? @rico237 |
@snuff4 yeah :) can you paste here a screenshot of the landscaped view ? (note: i don't have a real iphone X so i can only test this on simulator) |
@rico237 I have a simulator too. :( I solved it using -
` Do you have a better approach for it? |
@snuff4 I will look into a better approach this week-end but i think i would have done the same as you did, if you don't ear from me next monday this means i didn't find any |
@rico237 Can you update your code, with my approach? |
@snuff4 I put your fix in my pull request source code ;) |
Added support for notch safe area insets see those screenshots :
This change is