FlaneurCollectionItem
public protocol FlaneurCollectionItem: ListDiffable
Protocol that items of a FlaneurCollectionContainerView
must conform to.
-
The style of instanciation for the cell.
Declaration
Swift
var cellStyle: FlaneurCollectionItemCellStyle
-
Configures the cell
Declaration
Swift
func configureCell(cell: UICollectionViewCell)
Parameters
cell
a cell from the NIB file given by
nibName
.