views:

256

answers:

1

hi frends, Today I have a problem related to uipicker. I want to select multiple rows in picker, so I have an idea to show my data in a table and add this table as subview to picker. I have tried a lot but didn't succeed. Please help if u can??

Thanx

Ankit

A: 

the "accepted" UI for multiple selection on the iPhone is to use a UITableView with checkmarks (i.e. don't use UIPickerView for multiple selection).

However, if you must, there are instructions on how to fake it here http://www.iphonedevsdk.com/forum/iphone-sdk-development/14634-uipickerview-multiple-selection.html by making an empty picker and putting a table view over the top of it.

Andiih
Thanx dost, it really helps me. My problem is solved. Thank you very much.
Jack
in that case you should accept this answer [click the tick mark] (and perhaps go back over some other of your questions and do the same!)
Andiih