Top "Uiscenedelegate" questions

Methods you use to respond to life-cycle events occurring within a scene.

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 …

swift uiscenedelegate
UIWindow not showing over content in iOS 13

I am upgrading my app to use the new UIScene patterns as defined in iOS 13, however a critical part of …

ios swift uiwindow ios13 uiscenedelegate
App delegate methods aren't being called in iOS 13

I am using Xcode 11 and building an app for iOS 13. In a new project I created in Xcode some of …

ios xcode uiapplicationdelegate ios13 uiscenedelegate