Instance Method インスタンスメソッド

removeChildAtIndex:

Removes the child node at a particular location in the receiver’s list of children. その子ノードを、ある特定の位置で、レシーバのもつ子それらのリストにおいて取り除きます。

Declaration 宣言

- (void)removeChildAtIndex:(NSUInteger)index;

Parameters パラメータ

index

An integer identifying the child node to remove. The indices of subsequent children in the list are decremented by one. 取り除くことのなる子ノードを識別しているある整数。リストにおいて後に続く子それらのインデックスは、1だけ漸増されます。

Discussion 議論

The removed child node is released. 取り除かれた子ノードは、解放されます。

See Also 参照

Manipulating Child Nodes 子ノードを操作する