The methods of UIKit.UINib are listed below. For a list of all members, see the UINib Members list.
See Also: Inherited members from Foundation.NSObject
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. | ||