ConfigurableCell
public protocol ConfigurableCell
Type that implements this protocol allows configuration. As type name hints this protocol primarily targeted to UITableView and UICollectionView cells
-
Implementing type should use data to fill own data fields
Declaration
Swift
func configureCell(_ data: DataType)
Parameters
data
Data to present in the cell
-
Visual appearance theme
Declaration
Swift
var theme: Theme