TableCellExposing

protocol TableCellExposing : AnyObject

Tagging protocol for table data sources

  • Conventional call for exposing cell once created

    Declaration

    Swift

    func expose(view: UITableView, path: IndexPath, cell: UITableViewCell)

    Parameters

    view

    Container

    path

    Will be encoded in accessibility identifier

    cell

    Cell to expose