UICollectionView
Undocumented
- 
                  
                  Register given UICollectionViewCellin collectionView. Cell will be registered with the name of it’s class as identifier.DeclarationSwift public func register<T : UICollectionViewCell>(_: T.Type)
- 
                  
                  Register UICollectionViewCellfrom given nib in collectionView. Cell will be registered with the name of it’s class as identifier.DeclarationSwift public func registerNib<T : UICollectionViewCell>(_: T.Type)
- 
                  
                  Dequeue cell of given class from tableView. DeclarationSwift public func dequeue<T : UICollectionViewCell>(_: T.Type, indexPath: IndexPath) -> T
 UICollectionView Extension Reference
        UICollectionView Extension Reference