FUITableViewCellActionAccessoryType

public enum FUITableViewCellActionAccessoryType

Enum determining the Action Accessory Type of the FUISingleActionAccessoryView in the FUIObjectTableViewCell.

Changing the FUITableViewCellActionAccessoryType changes the FUISingleActionAccessoryView to show the correct view.

There are six cases:

  1. none: TableViewCell does not display an actionAccessoryView
  2. button: TableViewCell displays the FUISingleActionButton in the actionAccessoryView
  3. processing: TableViewCell displays the FUISingleActionProgressIndicator in a processing state
  4. loadingPausable: TableViewCell displays the FUISingleActionProgressIndicator in a loading state that can be paused
  5. loadingStoppable: TableViewCell displays the FUISingleActionProgressIndicator in a loading state that can be stopped
  6. pausedResumable: TableViewCell displays the FUISingleActionProgressIndicator in a paused state that can be resumed
  • Undocumented

    Declaration

    Swift

    case none
  • Undocumented

    Declaration

    Swift

    case button
  • Undocumented

    Declaration

    Swift

    case processing
  • Undocumented

    Declaration

    Swift

    case loadingPausable
  • Undocumented

    Declaration

    Swift

    case loadingStoppable
  • Undocumented

    Declaration

    Swift

    case pausedResumable