How to handle UIPickerView with two data sources?
Posted
by devb0yax
on Stack Overflow
See other posts from Stack Overflow
or by devb0yax
Published on 2010-06-03T06:44:48Z
Indexed on
2010/06/03
7:54 UTC
Read the original article
Hit count: 166
iphone
Hi, is it possible to handle two data sources in the UIPickerView?
I have here a segmented control that would control the display of the picker view. So, for example, when first segment is clicked, the picker will display person's name. Then, when second segment is clicked, picker will display place's name.
Thanks
© Stack Overflow or respective owner