numberOfComponents(in:)
Asks the data source for the number of components in the picker view.
Declaration
func numberOfComponents(in pickerView: UIPickerView) -> IntParameters
- pickerView:
The picker view requesting the data.
Return Value
The number of components (or “columns”) that the picker view should display.