UIViewController.NibBundle Property

Definition

The NSBundle from which this UIViewController was instantiated.

public virtual Foundation.NSBundle NibBundle { [Foundation.Export("nibBundle", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.NibBundle : Foundation.NSBundle

Property Value

File-system values relating to the NSBundle from which this UIViewController was created.

Attributes

Remarks

This value will be non-null even if the UIViewController was not loaded from a nib file.

Applies to

See also