CustomWindowProvider

public struct CustomWindowProvider : WindowProvider

Returns custom UIWindow

Properties

  • Returns key UIWindow

    Declaration

    Swift

    public weak var window: UIWindow?

Methods

  • Constructor

    Declaration

    Swift

    public init(window: UIWindow)