TableViewCellModelEditActions
public protocol TableViewCellModelEditActions
Protocol that needs to be implemented by table view cell view models that want to provide edit actions.
-
The row edit actions for the cell.
Declaration
Swift
var editActions: [UITableViewRowAction] { get }