开发者

Simple Q about UIPickerView properties

开发者 https://www.devze.com 2022-12-13 14:45 出处:网络
Ok this is probably so simple that it\'s laughable开发者_JAVA技巧, but I can\'t figure the answer. What is the property of the uipickerview? For the UIDatePicker, its datePicker.date, for label you ca

Ok this is probably so simple that it's laughable开发者_JAVA技巧, but I can't figure the answer. What is the property of the uipickerview? For the UIDatePicker, its datePicker.date, for label you can do label.text, etc etc. Is there a pickerView.XX syntax where I can get the value selected similar to the datePicker? Please let me know. Thanks


selectedRowInComponent:

You probably missed it b/c it isn't a property.

0

精彩评论

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