tags:

views:

65

answers:

0

I am trying to get my UIPickerView to have row 0 selected by default (currently, I have to move the view away from it and back to it, otherwise it has no data to act on). As such, I am using the above method.

IB was used to build the picker, however, if I set the picker as an IBOutlet, the delegate and datasource lose their connections. Why is this?