开发者

adding combo box to iphone application

开发者 https://www.devze.com 2023-02-20 06:09 出处:网络
I have found out articles itself but I didn\'t find any p开发者_如何学JAVAarticular solution for this, whether to use tableview or pickerview.

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

精彩评论

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