简体   繁体   中英

how to reload the UIpicker view data

I want to reload the data in the UIpicker view. actaully i have 2 picker on the view. and i want to fill the data in the second picker according to the previous selected picker value. is it possible? please suggest how i do this.

How about looking at:

http://developer.apple.com/iPhone/library/documentation/UIKit/Reference/UIPickerView_Class/Reference/UIPickerView.html#//apple_ref/doc/uid/TP40006842-CH3-SW10

in response to the didSelectRow message your view controller is sent as the UIPickerView delegate?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM