Event

public enum Event

Encapsulates changes to the selected row in the table view.

  • The selected row of the table view has changed.

    Declaration

    Swift

    case didChange(UITableView)