Contents

removeItem(withObjectValue:)

Removes all occurrences of the given object from the receiver’s internal item list.

Declaration

func removeItem(withObjectValue object: Any)

Parameters

  • object:

    The object to remove from the internal item list. Objects are considered equal if they have the same id or if isEqual: returns True.

Discussion

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

See Also

Related Documentation

Configuring the Combo Box Items