开发者

how to reload the UIpicker view data

开发者 https://www.devze.com 2023-01-06 02:32 出处:网络
I want to reload the data in the UIpicker view. actaully i have 2 picker on the view. and i want to fill the d开发者_StackOverflowata in the second picker according to the previous selected picker val

I want to reload the data in the UIpicker view. actaully i have 2 picker on the view. and i want to fill the d开发者_StackOverflowata 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?

0

精彩评论

暂无评论...
验证码 换一张
取 消