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