The storyboard from which the view controller was loaded.
SDK
- macOS 10.10+
Framework
- App
Kit
Declaration
var storyboard: NSStoryboard? { get }
Discussion
If the view controller was not loaded from a storyboard, the value of this property is nil
.
The storyboard from which the view controller was loaded.
SDK
Framework
var storyboard: NSStoryboard? { get }
If the view controller was not loaded from a storyboard, the value of this property is nil
.