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
cella cell from the NIB file given by
nibName.
View on GitHub
FlaneurCollectionItem Protocol Reference