Reputation: 11835
How can I refresh my UI Picker View as its data source (array) changes ?
Upvotes: 4
Views: 2869
Reputation: 956
Use the [pickerView reloadAllComponents] method.
[pickerView reloadAllComponents]
Upvotes: 9