NotchKit icon indicating copy to clipboard operation
NotchKit copied to clipboard

SwiftUI support

Open blyscuit opened this issue 6 years ago • 0 comments

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)
...
}

blyscuit avatar Feb 19 '20 05:02 blyscuit