Hi all, I have my view that contains the UIPickerView... I tried to make this code:
[self.picker selectRow:rowSelected inComponent:0 animated:true];
to select the row with index rowSelected, but this doesn't work... I need to put this in viewdidload??