共用方式為


UIViewController.NibBundle 屬性

定義

NSBundle 中具現化這個 UIViewController 的 。

public virtual Foundation.NSBundle NibBundle { [Foundation.Export("nibBundle", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.NibBundle : Foundation.NSBundle

屬性值

與建立這個 UIViewController 來源之 相關的 NSBundle 檔案系統值。

屬性

備註

即使 未從 nib 檔案載入 , UIViewController 這個值也不會是非 null 的。

適用於

另請參閱