UIKit.UINib: Method Members

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

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.