次の方法で共有


UINib.FromName(String, NSBundle) メソッド

定義

指定した名前から UINib を読み込みます。 bundleOrNil が null の場合、メイン バンドルが検索されます。

[Foundation.Export("nibWithNibName:bundle:")]
public static UIKit.UINib FromName (string name, Foundation.NSBundle bundleOrNil);
static member FromName : string * Foundation.NSBundle -> UIKit.UINib

パラメーター

name
String
bundleOrNil
NSBundle

リソース参照を解決するときに使用するバンドル。null を渡すと、メイン バンドル内のリソースが参照されます。

このパラメーターは、null に設定できます。

戻り値

属性

適用対象