UIViewController.NibName 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 name of the nib file from which this UIViewController was instantiated, or null
.
public virtual string NibName { [Foundation.Export("nibName", ObjCRuntime.ArgumentSemantic.Copy)] get; }
member this.NibName : string
Property Value
The default value is null
.
This value can be null
.
- Attributes
Remarks
If this UIViewController was instantiated from a nib file, the NibName property will hold the name of the originating nib file.