tags:

views:

546

answers:

2

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?

+1  A: 

use UIPickerView reloadComponents or reloadAllComponents check it out here http://developer.apple.com/iphone/library/documentation/UIKit/Reference/UIPickerView%5FClass/Reference/UIPickerView.html

Daniel