RSDButtonCell

@IBDesignable
open class RSDButtonCell : RSDTableViewCell

RSDButtonCell is used to display a button.

  • The callback delegate for the cell.

    Declaration

    Swift

    public weak var delegate: RSDButtonCellDelegate?
  • Action button that is associated with this cell.

    Declaration

    Swift

    @IBOutlet
    open var actionButton: UIButton!