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:
none: TableViewCell does not display an actionAccessoryViewbutton: TableViewCell displays theFUISingleActionButtonin the actionAccessoryViewprocessing: TableViewCell displays theFUISingleActionProgressIndicatorin a processing stateloadingPausable: TableViewCell displays theFUISingleActionProgressIndicatorin a loading state that can be pausedloadingStoppable: TableViewCell displays theFUISingleActionProgressIndicatorin a loading state that can be stoppedpausedResumable: TableViewCell displays theFUISingleActionProgressIndicatorin a paused state that can be resumed
-
TableViewCell does not display an actionAccessoryView
Declaration
Swift
case none -
TableViewCell displays the
FUISingleActionButtonin the actionAccessoryViewDeclaration
Swift
case button -
TableViewCell displays the
FUISingleActionProgressIndicatorin a processing stateDeclaration
Swift
case processing -
TableViewCell displays the
FUISingleActionProgressIndicatorin a loading state that can be pausedDeclaration
Swift
case loadingPausable -
TableViewCell displays the
FUISingleActionProgressIndicatorin a loading state that can be stoppedDeclaration
Swift
case loadingStoppable -
TableViewCell displays the
FUISingleActionProgressIndicatorin a paused state that can be resumedDeclaration
Swift
case pausedResumable