insertItem(withObjectValue:at:)
Inserts an object at the specified location in the receiver’s internal item list.
Declaration
func insertItem(withObjectValue object: Any, at index: Int)Parameters
- object:
The object to add to the internal item list.
- index:
The index in the list at which to add the new object. The previous item at
index—along with all following items—is shifted down one slot to make room
Discussion
This method logs a warning if the usesDataSource property is true.