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
viewModelThe viewModel that will be linked to this view.
View on GitHub
FWComponentCell Protocol Reference