UICollectionView
extension UICollectionView
-
Undocumented
Declaration
Swift
func registerNibForCell<T>(_ cell: T.Type) where T : UICollectionViewCell -
Undocumented
Declaration
Swift
func registerNibForSupplementaryView<T>(_ cell: T.Type, of kind: String) where T : UICollectionReusableView -
Undocumented
Declaration
Swift
func dequeueReusableCellForIndexPath<T>(_ indexPath: IndexPath) -> T where T : UICollectionViewCell -
Undocumented
Declaration
Swift
func dequeueReusableSupplementaryViewForIndexPath<T>(_ indexPath: IndexPath, of kind: String) -> T where T : UICollectionReusableView -
Undocumented
Declaration
Swift
func setEmptyMessage(_ message: String) -
Undocumented
Declaration
Swift
func restore() -
Undocumented
Declaration
Swift
public func numberOfItems() -> Int
UICollectionView Extension Reference