RSDCheckboxTableCell

@IBDesignable
public class RSDCheckboxTableCell : RSDTableViewCell

A table cell that displays using a checkbox.

  • The corner radius the checkbox.

    Declaration

    Swift

    @IBInspectable
    public var cornerRadius: CGFloat { get set }
  • The background color of the checkbox when selected.

    Declaration

    Swift

    @IBInspectable
    public var selectedColor: UIColor { get set }
  • The border color of the checkbox when selected.

    Declaration

    Swift

    @IBInspectable
    public var selectedBorderColor: UIColor { get set }
  • Declaration

    Swift

    override public var tableItem: RSDTableItem! { get set }