public interface UIPickerViewDataSource
| Modifier and Type | Method and Description |
|---|---|
long |
numberOfComponentsInPickerView(UIPickerView pickerView)
returns the number of 'columns' to display.
|
long |
pickerViewNumberOfRowsInComponent(UIPickerView pickerView,
long component)
returns the # of rows in each component..
|
long numberOfComponentsInPickerView(UIPickerView pickerView)
long pickerViewNumberOfRowsInComponent(UIPickerView pickerView, long component)