TableSwitchCell
open class TableSwitchCell : UITableViewCell, ConfigurableCell
Undocumented
-
Declaration
Swift
public typealias ViewModelType = TableSwitchCellVM
-
Undocumented
Declaration
Swift
public var viewModel: TableSwitchCellVM?
-
Undocumented
Declaration
Swift
required public init?(coder aDecoder: NSCoder)
-
Undocumented
Declaration
Swift
override open func awakeFromNib()
-
Undocumented
Declaration
Swift
override open func prepareForReuse()
-
Undocumented
Declaration
Swift
override open func layoutSubviews()
-
Declaration
Swift
public func configure(with viewModel: ViewModelType)