1

I have the following code and do not know how to handle the issue that key.window was deprecated user iOS 13.0 - Any suggestions on how to solve:

guard let navController = UIApplication.shared.keyWindow?.rootViewController as? UINavigationController else { return }
                        
guard let controller = navController.viewControllers[0] as? HomeController else { return }
controller.configureViewComponents()
                        
Dávid Pásztor
  • 45,571
  • 9
  • 73
  • 100

0 Answers0