UIKit.UINib Members

The members of UIKit.UINib are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
static
ExternalObjectsKeyFoundation.NSString. Represents the value associated with the constant UINibExternalObjects

Public Methods

static
FromData(Foundation.NSData, Foundation.NSBundle) : UINib
Factory method that loads a UINib from the specified data.
static
FromName(string, Foundation.NSBundle) : UINib
Loads a UINib from the specified name. If bundleOrNil is null, the main bundle is searched.
Instantiate(Foundation.NSObject, Foundation.NSDictionary) : Foundation.NSObject[]
Unarchives and initializes the in-memory contents of this UINib's nib file.