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
having trouble with a double component uipicker, everything shows up and it fills with
Share
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.