tableViewSelectionDidChange(_:)
Tells the delegate that the table view’s selection has changed.
Declaration
@MainActor optional func tableViewSelectionDidChange(_ notification: Notification)Parameters
- notification:
A notification named Selectiondidchangenotification.
See Also
Selecting rows
selectionShouldChange(in:)tableView(_:shouldSelectRow:)tableView(_:selectionIndexesForProposedSelection:)tableView(_:shouldSelect:)tableViewSelectionIsChanging(_:)tableView(_:shouldTypeSelectFor:withCurrentSearch:)tableView(_:typeSelectStringFor:row:)tableView(_:nextTypeSelectMatchFromRow:toRow:for:)