-
Notifications
You must be signed in to change notification settings - Fork 66
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
iOS 11 and iPhone X #9
Comments
Here is a sample of how you could update for iPhone X: You can test it on simulator, I just added:
And replaced toItem:view by toItem:toItem for adding constraints. For example:
I am willing to make the changes throughout the project, but I am not very familiar with pull requests. I do not have an iPhone X to test on real device, that's why I created this little example, but I think it should work for the whole project. What about this? Regards, |
Great library, thank you!
As we can't test it in the simulator, I would like to know if it respects already the safe area and particularly for the new iPhone X? If not, have you planned an update for that?
Regards,
The text was updated successfully, but these errors were encountered: