adding combo box to iphone application
I have found out articles itself but I didn't find any p开发者_如何学JAVAarticular solution for this, whether to use tableview or pickerview.
If anyone can explain this with example would be great.
Thanks for all your help!!!
-
Ankita
Table views are commonly used and work nicely in interfaces where a drop down list would be used on other platforms. You can simply add a UITextField above the table view to mimic the functionality of a combo box.
check out the date cell code sample... it shows how to use the date picker to set the date in a table view cell... you can use a normal picker view similarly..
精彩评论