main
The app’s main storyboard.
Declaration
class var main: NSStoryboard? { get }Discussion
The name of the main storyboard is stored in the NSMainStoryboardFile key of the app’s Info.plist file.
The app’s main storyboard.
class var main: NSStoryboard? { get }The name of the main storyboard is stored in the NSMainStoryboardFile key of the app’s Info.plist file.