Reputation: 309
having trouble with a double component uipicker, everything shows up and it fills with the right data, but when you click the DONE button, it defaults to row 0, dont know what im doing wrong or if im missing something any help will be appreciated
http://jptarry.com/iPhoneTest/picker.zip
Upvotes: 0
Views: 112
Reputation: 90117
You forgot the connection from doublePicker to the actual UIPickerView.
Open Interfacebuilder and connect the doublePicker outlet of the File Owner with the PickerView.
You should have read the comment by Chiefly Izzy.
Upvotes: 2