Type Method 型メソッド

loadNibNamed:owner:

Unarchives the contents of the nib file and links them to a specific owner object. nibファイルの定数それらをアンアーカイブして、それらをある特定の所有者オブジェクトにリンクします。

Declaration 宣言

+ (BOOL)loadNibNamed:(NSString *)nibName 
               owner:(id)owner;

Parameters パラメータ

aNibName

The name of the nib file, which need not include the .nib extension. The file name should not include path information. The object in the owner parameter determines the location in which to look for the nib file. nibファイルの名前、それは.nib拡張子を含む必要はありません。ファイル名は、パス情報を含むべきではありません。ownerパラメータの中のオブジェクトは、それの中においてnibファイルを見つける場所を決定します。

owner

The object to assign as the nib File's Owner. If the class of this object has an associated bundle, that bundle is searched for the specified nib file; otherwise, this method looks in the main bundle. nib File's Ownerとして割り当てることになるオブジェクト。このオブジェクトのクラスがある結び付けられたバンドルを持つならば、そのバンドルがこの指定されたnibファイルを求めて検索されます;そうでなければ、このメソッドはメインバンドルを調べます。

Return Value 戻り値

YES if the nib file was loaded successfully; otherwise, NO. YES、もしnibファイルがうまくロードされたならば;そうでなければNO

See Also 参照

Loading Nib Files nibファイルをロードする