TableCellVM
open class TableCellVM: SuperCellVM,
RowHeightComputable
Undocumented
-
Undocumented
Declaration
Swift
public typealias TableViewCellAccessoryType = UITableViewCellAccessoryType
-
Выделяемая ячейка или нет
Declaration
Swift
open var isSelectable: Bool -
Undocumented
Declaration
Swift
open var accessoryType: TableCellVM.TableViewCellAccessoryType
-
Undocumented
Declaration
Swift
open var estimatedHeight: CGFloat? { get } -
Undocumented
Declaration
Swift
open var defaultHeight: CGFloat? { get }
View on GitHub
TableCellVM Class Reference