I\'m changing components (in particular, the number and color of components), in a UIPickerView that I call pickerOne, so after making the changes, I call:
[pick
I think you should be using: reloadComponent or reloadAllComponents.
reloadComponent
reloadAllComponents
But these methods are useless unless you connect UIPickerViewDalegate and UIPickerViewDataSource to file owner.
UIPickerViewDalegate
UIPickerViewDataSource