Contents

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) -> NSMutableSet

Parameters

  • 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.

See Also

Getting Values