Contents

NSStoryboard.SceneIdentifier

A string that uniquely identifies a view controller or window controller in your storyboard file.

Declaration

typealias SceneIdentifier = String

Discussion

Set scene identifiers in your storyboard by assigning a value to the Storyboard ID attribute.

See Also

Instantiating Storyboard Controllers