CollectionViewDataSource
public class CollectionViewDataSource<CellConfiguratorType: NSObject>: NSObject,
UICollectionViewDataSource,
UICollectionViewDelegateFlowLayout
where
CellConfiguratorType: UICollectionViewCellConfigurable
Undocumented
-
Undocumented
Declaration
Swift
public func numberOfSections(in collectionView: UICollectionView) -> Int
-
Undocumented
Declaration
Swift
public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int
-
Undocumented
Declaration
Swift
public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell