iphone - iPad and UIPickerView (or UIDatePickerView) -


has had luck using uipicker in 3.2 sdk? i'm in middle of porting iphone application on ipad , that's 1 thing can't seem work. i've tried...

-creating action sheet, add picker subview , displaying it.

-creating above action sheet, making view of generic viewcontroller, adding vc uipopover

-making picker view of generic viewcontroller, adding vc uipopover

with action sheet doesn't attempt draw it. in popover view attempts draw doesn't rendered correctly.

just wanted check see if has accomplished , if how.

thanks everyone!

i author of tutorial mentioned above. picker work in popover , add selected value textbox in main view need use protocols. have created sample project show this. creating tutorial on soon.

sample project


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -