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

New Devices #3

Open
fishcharlie opened this issue Jun 28, 2019 · 0 comments
Open

New Devices #3

fishcharlie opened this issue Jun 28, 2019 · 0 comments

Comments

@fishcharlie
Copy link

Is this project even being maintained anymore? The iPhone Xs, Xs Max, and Xr came out almost 9 months ago with no support in this project.

If this project is no longer being maintained, please archive the repository on GitHub to let users know that it is no longer being maintained. Otherwise please stay up to date with maintaining support.

In the codebase support is very manual and using things like device height to detect if it's an iPhone X, and manually setting the width of the notification:

if UIDevice().userInterfaceIdiom == .phone && UIScreen.main.nativeBounds.height == 2436 {

self.notchy.frame = CGRect(x: 80, y: -145, width: 217, height: 147)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant