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 theFUISingleActionButton
in the actionAccessoryViewprocessing
: TableViewCell displays theFUISingleActionProgressIndicator
in a processing stateloadingPausable
: TableViewCell displays theFUISingleActionProgressIndicator
in a loading state that can be pausedloadingStoppable
: TableViewCell displays theFUISingleActionProgressIndicator
in a loading state that can be stoppedpausedResumable
: TableViewCell displays theFUISingleActionProgressIndicator
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