Question

Ok this is probably so simple that it's laughable, but I can't figure the answer. What is the property of the uipickerview? For the UIDatePicker, its datePicker.date, for label you can do label.text, etc etc. Is there a pickerView.XX syntax where I can get the value selected similar to the datePicker? Please let me know. Thanks

Was it helpful?

Solution

selectedRowInComponent:

You probably missed it b/c it isn't a property.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top