UICollectionView
public extension UICollectionView
-
Undocumented
Declaration
Swift
@discardableResult override func construct() -> Self
-
Undocumented
Declaration
Swift
@discardableResult func construct(_ parent: UICollectionViewDelegate & UICollectionViewDataSource) -> Self
-
Undocumented
Declaration
Swift
func dequeue<CellType: UICollectionViewCell>( cell cellType: CellType.Type, _ path: IndexPath, onCreate: ((CellType) -> Void)? = nil) -> CellType