-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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:
NotchyAlert/NotchyAlert/NotchyAlert.swift
Line 42 in 8959278
| if UIDevice().userInterfaceIdiom == .phone && UIScreen.main.nativeBounds.height == 2436 { |
NotchyAlert/NotchyAlert/NotchyAlert.swift
Line 58 in 8959278
| self.notchy.frame = CGRect(x: 80, y: -145, width: 217, height: 147) |
Metadata
Metadata
Assignees
Labels
No labels