开发者

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..

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜