CellRegistration
struct CellRegistration
Registration info for table view cell.
-
A class for register cell conforming
ComponentRenderable
.Declaration
Swift
public var `class`: (UITableViewCell & ComponentRenderable).Type
-
The nib for register cell.
Declaration
Swift
public var nib: UINib?
-
Create a new registration.
Declaration
Swift
public init(class: (UITableViewCell & ComponentRenderable).Type, nib: UINib? = nil)