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
viewContainer
pathWill be encoded in accessibility identifier
cellCell to expose
View on GitHub
TableCellExposing Protocol Reference