UIViewController.NibName Property

Definition

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.

Applies to

See also