-
Notifications
You must be signed in to change notification settings - Fork 421
CAPickerViewDelegate
9miao Mobile Game edited this page Aug 18, 2014
·
1 revision
CAPickerView’s scrolling event delegate
Access modifier |
Method name |
Description |
public |
didSelectRow |
when row is selected |
virtual void didSelectRow(CAPickerView pickerView, unsigned int row, unsigned int component){}*
Return value: void
Parameter:
Type |
Parameter name |
Description |
CAPickerView* |
pickerView |
current pickerView |
unsigned int |
row |
current selected row |
unsigned int |
component |
current selected component |