Contents

remove(contentsOf:)

Removes objects from the receiver’s content collection.

Declaration

func remove(contentsOf objects: [Any])

Discussion

See removeObject(_:) for a discussion of the semantics of removing objects when using Core Data.

See Also

Adding and Removing Objects