CollectionViewFactory
open class CollectionViewFactory
CollectionViewFactory defines a factory for generating collection components
Version
1.8.0Date
07/06/22-
Get a reusable cell instance
Declaration
Swift
public static func cell(for row: CollectionReusableRowType, in collectionView: UICollectionView, at indexPath: IndexPath) -> UICollectionViewCellParameters
rowThe row of the cell
collectionViewThe collection view that holds the cell
indexPathThe index path of the cell
Return Value
A cell instance
CollectionViewFactory Class Reference