- loadNibNamed:owner:options:
- loadNibNamed:owner:topLevelObjects:
+ loadNibFile:externalNameTable:withZone:
- loadNibFile:externalNameTable:withZone:
Deprecated 非推奨
Use the load
method instead.
load
メソッドを代わりに使ってください。
Availability 有効性
Technology
+ (BOOL)loadNibNamed:(NSString
*)nibName
owner:(id)owner;
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ファイルを求めて検索されます;そうでなければ、このメソッドはメインバンドルを調べます。
YES
if the nib file was loaded successfully; otherwise, NO
.
YES
、もしnibファイルがうまくロードされたならば;そうでなければNO
。
- loadNibNamed:owner:options:
- loadNibNamed:owner:topLevelObjects:
+ loadNibFile:externalNameTable:withZone:
- loadNibFile:externalNameTable:withZone: