Skip to content

New Devices #3

Description

@fishcharlie

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions