共用方式為


UIViewController.NibName 屬性

定義

從中具現化這個 UIViewController 的 nib 檔案名,或 null

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

屬性值

預設值是 null

這個值可以是 null

屬性

備註

如果這是 UIViewController 從 nib 檔案具現化,則 NibName 屬性會保存原始 nib 檔案的名稱。

適用於

另請參閱