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

mutableArrayValueForKeyPath:

Returns a mutable array that provides read-write access to the ordered to-many relationship specified by a given key path.

Declaration 宣言

- (NSMutableArray *)mutableArrayValueForKeyPath:(NSString *)keyPath;

Parameters パラメータ

keyPath

A key path, relative to the receiver, to an ordered to-many relationship.

Return Value 戻り値

A mutable array that provides read-write access to the ordered to-many relationship specified by keyPath.

Discussion 解説

See mutableArrayValueForKey: for additional details.

See Also 参照

Getting Values 値を取得する