func pickerView()

in Polly-Sample/Swift/PollySample/ViewController.swift [221:223]


	func pickerView(_ pickerView: UIPickerView, numberOfRowsInComponent component: Int) -> Int {
		return pickerNames.count
	}