Contents

deselectItem(at:)

Deselects the pop-up list item at the specified index if it’s selected.

Declaration

func deselectItem(at index: Int)

Parameters

  • index:

    The index of the item to deselect.

Discussion

If the selection does in fact change, this method posts an selectionDidChangeNotification to the default notification center.

See Also

Related Documentation

Manipulating the Selection