Contents

mutableArrayValue(forKeyPath:)

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

Declaration

func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray

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 mutableArrayValue(forKey:) for additional details.

See Also

Getting Values