NotchKit
NotchKit copied to clipboard
SwiftUI support
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)
...
}