TableSwitchCellVM

open class TableSwitchCellVM : TableCellVM, Equatable

Undocumented

  • Undocumented

    Declaration

    Swift

    public typealias ChangeActionType = (TableSwitchCellVM) -> Void
  • Undocumented

    Declaration

    Swift

    public var title: String { get set }
  • Undocumented

    Declaration

    Swift

    public var isOn: Bool { get set }
  • Undocumented

    Declaration

    Swift

    public var isEnabled: Bool { get set }
  • Undocumented

    Declaration

    Swift

    public var onTintColor: UIColor? { get set }
  • Undocumented

    Declaration

    Swift

    public var thumbTintColor: UIColor? { get set }
  • Undocumented

    Declaration

    Swift

    public var changeAction: TableSwitchCellVM.ChangeActionType?
  • Undocumented

    Declaration

    Swift

    public init(title: String, isOn: Bool)
  • Undocumented

    Declaration

    Swift

    override open var defaultHeight: CGFloat? { get }
  • Declaration

    Swift

    public static func == (lhs: TableSwitchCellVM, rhs: TableSwitchCellVM) -> Bool