WindowReader

public struct WindowReader<Content> : View where Content : View

Undocumented

  • Your SwiftUI view.

    Declaration

    Swift

    public let view: (UIWindow?) -> Content
  • Reads the UIWindow that hosts some SwiftUI content.

    Declaration

    Swift

    public init(@ViewBuilder view: @escaping (UIWindow?) -> Content)
  • Declaration

    Swift

    public var body: some View { get }