The members of UIKit.UINib are listed below.
See Also: Inherited members from Foundation.NSObject
UINib() | Default constructor that initializes a new instance of this class with no parameters. |
| 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. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] static | ExternalObjectsKey | Foundation.NSString. Represents the value associated with the constant UINibExternalObjects |
static | FromData(Foundation.NSData, Foundation.NSBundle)Factory method that loads a UINib from the specified data. | |
static | FromName(string, Foundation.NSBundle)Loads a UINib from the specified name. If bundleOrNil is null, the main bundle is searched. | |
Instantiate(Foundation.NSObject, Foundation.NSDictionary)Unarchives and initializes the in-memory contents of this UINib's nib file. | ||