Contents

name

The app-specific name assigned to the scene configuration.

Declaration

var name: String? { get }

Discussion

UIKit sets this property’s initial value using the UISceneConfigurationName key from the appropriate scene in your app’s Info.plist file. You also specify this value when you create a new scene-configuration object.

See Also

Getting the configuration attributes