MCPcopy Create free account
hub / github.com/9miao/CrossApp / cellForRowAtIndexPath

Method cellForRowAtIndexPath

CrossApp/view/CATableView.cpp:433–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433CATableViewCell* CATableView::cellForRowAtIndexPath(unsigned int section, unsigned int row)
434{
435 return m_mpUsedTableCells[CAIndexPath2E(section, row)];
436}
437
438const CAVector<CATableViewCell*>& CATableView::displayingTableCell()
439{

Calls

no outgoing calls