UIScene$Methods extension

on

Properties

activationConditions UISceneActivationConditions

Available on UIScene, provided by the UIScene$Methods extension

activationConditions
getter/setter pair
activationState UISceneActivationState

Available on UIScene, provided by the UIScene$Methods extension

activationState
no setter
delegate UISceneDelegate?

Available on UIScene, provided by the UIScene$Methods extension

delegate
getter/setter pair
session UISceneSession

Available on UIScene, provided by the UIScene$Methods extension

session
no setter
subtitle ↔ NSString

Available on UIScene, provided by the UIScene$Methods extension

subtitle
getter/setter pair
title ↔ NSString

Available on UIScene, provided by the UIScene$Methods extension

title
getter/setter pair

Methods

initWithSession(UISceneSession session, {required UISceneConnectionOptions connectionOptions}) UIScene

Available on UIScene, provided by the UIScene$Methods extension

initWithSession:connectionOptions:
openURL(NSURL url, {UISceneOpenExternalURLOptions? options, ObjCBlock<Void Function(Bool)>? completionHandler}) → void

Available on UIScene, provided by the UIScene$Methods extension

openURL:options:completionHandler: