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) -> NSMutableArrayParameters
- 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.