NotchKit icon indicating copy to clipboard operation
NotchKit copied to clipboard

A simple way to hide the notch on the iPhone X

Results 1 NotchKit issues
Sort by recently updated
recently updated
newest added

Add support to use in SceneDelegate.swift via API checking. Uses: ``` func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) { ... let notch = NotchKitWindow(windowScene: scene) ... }...