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
Actually, just using setNeedsLayout will also work and might be a bit cleaner.
[picker reloadAllComponents]; [picker setNeedsLayout];