Help With UIPickerView
Hi guys,
I have a navigationviewcontroller with buttons and labels, when a button is pressed, I push a pickerview controller onto the screen and let the user select the value.
How do I access the selected value in the root screen of the controller.
I can update the selected value within the pickerView its self but am having trouble accessing the pickerviews value from the root navigationviewcontroller screen (the one with the buttons and labels on it)
--thanks
|