Contents

remove(atArrangedObjectIndex:)

Removes the object at the specified index in the receiver’s arranged objects from the receiver’s content array.

Declaration

func remove(atArrangedObjectIndex index: Int)

Discussion

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

See Also

Adding and Removing Objects