views:

43

answers:

1

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

A: 

selectedRowInComponent:

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

bpapa
That makes much more sense! Thanks
Steve