UIViewController.Storyboard Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The UIStoryboard from which this UIViewController was created, or null
.
public virtual UIKit.UIStoryboard Storyboard { [Foundation.Export("storyboard", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.Storyboard : UIKit.UIStoryboard
Property Value
The default value is null
.
- Attributes
Remarks
If this UIViewController was instantiated by a UIStoryboard, this method will return that UIStoryboard.