mutableSetValue(forKeyPath:)
Returns a mutable set that provides read-write access to the unordered to-many relationship specified by a given key path.
Declaration
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSetParameters
- keyPath:
A key path, relative to the receiver, to an unordered to-many relationship.
Return Value
A mutable set that provides read-write access to the unordered to-many relationship specified by keyPath.
Discussion
See mutableSetValue(forKey:) for additional details.