UIApplication
public extension UIApplication
-
Return what the equivalent of
keyWindow
in iOS 12 and below.Copyright
©2020 Lionheart Software LLCDate
August 30, 2020Declaration
Swift
var patchedKeyWindow: UIWindow? { get }
Return Value
The
keyWindow
in the foregroundedUIScene
.