Category "uiscenedelegate"

Use of scene delegate for apps that does not support multiple windows

I know that scene delegate can only be used on iOS 13 and later. For my app to support iOS 12 and earlier versions, its either I opt-out of scene delegate or se

UIApplication.shared.delegate equivalent for SceneDelegate xcode11?

I have defined a let property within my SceneDelegate. I would like some of the ViewControllers to be able to access that within the scene. In UIKit I could ac