SkeletonCollectionViewDataSource
public protocol SkeletonCollectionViewDataSource : UICollectionViewDataSource
Undocumented
-
numSections(in:)
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func numSections(in collectionSkeletonView: UICollectionView) -> Int
-
collectionSkeletonView(_:numberOfItemsInSection:)
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func collectionSkeletonView(_ skeletonView: UICollectionView, numberOfItemsInSection section: Int) -> Int
-
Undocumented
Declaration
Swift
func collectionSkeletonView(_ skeletonView: UICollectionView, cellIdentifierForItemAt indexPath: IndexPath) -> ReusableCellIdentifier
-
collectionSkeletonView(_:supplementaryViewIdentifierOfKind:at:)
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func collectionSkeletonView(_ skeletonView: UICollectionView, supplementaryViewIdentifierOfKind: String, at indexPath: IndexPath) -> ReusableCellIdentifier?
-
collectionSkeletonView(_:skeletonCellForItemAt:)
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func collectionSkeletonView(_ skeletonView: UICollectionView, skeletonCellForItemAt indexPath: IndexPath) -> UICollectionViewCell?
-
collectionSkeletonView(_:prepareCellForSkeleton:at:)
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func collectionSkeletonView(_ skeletonView: UICollectionView, prepareCellForSkeleton cell: UICollectionViewCell, at indexPath: IndexPath)
-
collectionSkeletonView(_:prepareViewForSkeleton:at:)
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func collectionSkeletonView(_ skeletonView: UICollectionView, prepareViewForSkeleton view: UICollectionReusableView, at indexPath: IndexPath)