UICollectionView

public extension UICollectionView
  • Undocumented

    Declaration

    Swift

    @discardableResult
    func delegates(_ parent: UICollectionViewDelegate & UICollectionViewDataSource) -> Self
  • Undocumented

    Declaration

    Swift

    @discardableResult
    func register<CellType>(cell cellType: CellType.Type) -> Self where CellType : UICollectionViewCell
  • Undocumented

    Declaration

    Swift

    func scrollToPage()
  • Undocumented

    Declaration

    Swift

    @discardableResult
    func registerDefaultCell() -> Self