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

Method tableViewHeightForRowAtIndexPath

CrossApp/view/CAPickerView.cpp:381–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381unsigned int CAPickerView::tableViewHeightForRowAtIndexPath(CATableView* table, unsigned int section, unsigned int row)
382{
383 if (m_dataSource && !m_tableViews.empty())
384 {
385 size_t component = m_tableViews.getIndex(table);
386 return m_dataSource->rowHeightForComponent(this, (unsigned int)component);
387 }
388 return 0;
389}
390
391void CAPickerView::scrollViewDidEndDragging(CAScrollView* view)
392{

Callers

nothing calls this directly

Calls 3

getIndexMethod · 0.80
emptyMethod · 0.45
rowHeightForComponentMethod · 0.45

Tested by

no test coverage detected