storyboard
The storyboard object that contains your scene’s initial view controller.
Declaration
var storyboard: UIStoryboard? { get set }Discussion
UIKit loads the initial view controller from the specified scene and displays it appropriately.
UIKit sets this property’s initial value using the UISceneStoryboardFile key from the appropriate scene in your app’s Info.plist file.