Contents

addItem(withObjectValue:)

Adds the specified object to the internal item list.

Declaration

func addItem(withObjectValue object: Any)

Parameters

  • object:

    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.

See Also

Working with an Internal List