UIViewController.NibBundle Property
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
File-system values relating to the NSBundle from which this UIViewController was created.
- Attributes
This value will be non-null
even if the UIViewController was not loaded from a nib file.
Product | Versions |
---|---|
Xamarin iOS SDK | 12 |