addItems(withObjectValues:)
Adds multiple objects to the end of the receiver’s internal item list.
Declaration
func addItems(withObjectValues objects: [Any])Parameters
- objects:
An array of the objects to add to the internal item list.
Discussion
This method logs a warning if the usesDataSource property is true.