I have a UIPickerView with 2 components
The default value of both components is selected to the initial index.
How can I set the 1st component to the second index and leave the 2nd component on the 4th item.
-- UPDATE --
I added
[currencyPicker selectRow:1 inComponent:0 animated:YES];
to
viewDidLoad
and now the elements in my UIPicker do not load