I have seen many application reloading table data & table.
My Question is "Is it possible to re-load a picker view elements?"
[tableView reloadData];
this statement - refreshes the tableView,
How this is possible in UIPickerView elements?
I have seen many application reloading table data & table.
My Question is "Is it possible to re-load a picker view elements?"
[tableView reloadData];
this statement - refreshes the tableView,
How this is possible in UIPickerView elements?
use UIPickerView reloadComponents or reloadAllComponents check it out here http://developer.apple.com/iphone/library/documentation/UIKit/Reference/UIPickerView%5FClass/Reference/UIPickerView.html