CollectionCellExposing
protocol CollectionCellExposing : AnyObject
                Tagging protocol for collection data sources
- 
                  
                  
Conventional call for exposing cell once created
Declaration
Swift
func expose(view: UICollectionView, path: IndexPath, cell: UICollectionViewCell)Parameters
viewContainer
pathWill be encoded in accessibility identifier
cellCell to expose
 
            View on GitHub
          
      CollectionCellExposing Protocol Reference