UIViewController.NibName Proprietà

Definizione

Nome del file nib da cui UIViewController è stata creata un'istanza o null.

public virtual string NibName { [Foundation.Export("nibName", ObjCRuntime.ArgumentSemantic.Copy)] get; }
member this.NibName : string

Valore della proprietà

Il valore predefinito è null.

Il valore può essere null.

Attributi

Commenti

Se è UIViewController stata creata un'istanza da un file nib, la NibName proprietà conterrà il nome del file nib di origine.

Si applica a

Vedi anche