Contents

removeObjects(in:)

Removes from the array each of the objects within a given range.

Declaration

func removeObjects(in range: NSRange)

Parameters

  • range:

    The range of the objects to be removed from the array.

Discussion

The objects are removed using removeObject(at:).

See Also

Removing Objects