CustomWindow
public class CustomWindow<Content> where Content : View
Create a window with title and SwiftUI View inside.
NB show/hide calls are thread-safe
-
Undocumented
Declaration
Swift
public init(_ title: String, @ViewBuilder content: @escaping () -> Content)
-
Undocumented
Declaration
Swift
public func showWindow()
-
Undocumented
Declaration
Swift
public func hideWindow()