Contents

addItem(withObjectValue:)

Adds an object to the end of the receiver’s internal item list.

Declaration

func addItem(withObjectValue object: Any)

Parameters

  • object:

    The object to add to the internal item list.

Discussion

This method logs a warning if the usesDataSource property is true.

See Also

Configuring the Combo Box Items