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

    view

    Container

    path

    Will be encoded in accessibility identifier

    cell

    Cell to expose