Type Method 型メソッド

allocWithZone:

Returns a new instance of the receiving class 受け手側のクラスの新しいインスタンスを作成します。

Declaration 宣言

+ (id)allocWithZone:(NSZone *)zone;

Return Value 戻り値

A new instance of the receiving class, as described in the NSObject class specification under the allocWithZone: class method. 受け取っているクラスの新しいインスタンス、NSObjectクラス仕様においてallocWithZone:クラスメソッドの下で記述されるように。

See Also 参照

Creating Instances インスタンスを作成する