UICollectionView
extension UICollectionView
-
Undocumented
Declaration
Swift
public func register<T>(_: T.Type) where T : UICollectionViewCell
-
Undocumented
Declaration
Swift
public func dequeueReusableCell<T: UICollectionViewCell>(for indexPath: IndexPath, cellType: T.Type = T.self) -> T