'keywindow' and 'windows' deprecated in IOS 15.0 – Ios swift
I'm trying to present the top view controller as the root view controller, the whole code works except that line : var topController: UIViewController = UIApplication.shared.keyWindow!.rootViewController! I get the warning : 'keyWindow' was deprecated in iOS 13.0: Should not be…