UINib.Instantiate(NSObject, NSDictionary) Method

Definition

Unarchives and initializes the in-memory contents of this UINib's nib file.

[Foundation.Export("instantiateWithOwner:options:")]
public virtual Foundation.NSObject[] Instantiate (Foundation.NSObject ownerOrNil, Foundation.NSDictionary optionsOrNil);
abstract member Instantiate : Foundation.NSObject * Foundation.NSDictionary -> Foundation.NSObject[]
override this.Instantiate : Foundation.NSObject * Foundation.NSDictionary -> Foundation.NSObject[]

Parameters

ownerOrNil
NSObject

The owner for the nib file.

This parameter can be null.

optionsOrNil
NSDictionary

Options, or null.

This parameter can be null.

Returns

Attributes

Applies to