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

Method rowHeightForComponent

CrossApp/view/CADatePickerView.cpp:277–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277float CADatePickerView::rowHeightForComponent(CAPickerView* pickerView, unsigned int component)
278{
279 static float rowHeight = 80;
280 return rowHeight;
281}
282
283const char* CADatePickerView::titleForRow(CAPickerView* pickerView, unsigned int row, unsigned int component)
284{

Callers 6

setContentSizeMethod · 0.45
rowSizeForComponentMethod · 0.45
reloadAllComponentsMethod · 0.45
selectRowMethod · 0.45
visitEveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected