UIViewController.NibBundle 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 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.