I\'ve got two controls on an iPhone screen - a TableView and a UIPickerView. When you select the single cell in the TableView you\'re taken to another screen where you\'re show
I am not sure, but you can try to call [pickerView reloadAllComponents]; in your viewWillAppear method.
[pickerView reloadAllComponents];
if(currentNumbersOfComponents < 4){ currentNumbersOfComponents++; [picker reloadAllComponents]; }
The numberOdComponents method returns currentNumberOfComponents