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