Skip to main content

CellActionView

View which wraps inside SwipeActionButton for leading layout

public class CellActionView: _View 

Inheritance

_View

Properties

actionButton

Button wrapped inside this ActionView

open var actionButton: UIButton = UIButton().withoutAutoresizingMaskConstraints

action

Action which will be called on .touchUpInside of actionButton

open var action: (() -> Void)?

Methods

setUp()

override public func setUp() 

setUpLayout()

override public func setUpLayout() 

Did you find this page helpful?