storyboard
The storyboard from which the view controller originated.
Declaration
var storyboard: UIStoryboard? { get }Discussion
If the view controller was not instantiated from a storyboard, this property is nil.
The storyboard from which the view controller originated.
var storyboard: UIStoryboard? { get }If the view controller was not instantiated from a storyboard, this property is nil.