FWComponentCell
protocol FWComponentCell : UITableViewCell
Protocol specifying the component’s cell view implementation.
-
Component class cell identifier.
Declaration
Swift
static var identifier: String { get }
-
Component cell behaviour configuration.
Declaration
Swift
func configure(with viewModel: FWComponentViewModel)
Parameters
viewModel
The viewModel that will be linked to this view.