开发者

Iphone drop down list

开发者 https://www.devze.com 2023-01-29 00:24 出处:网络
I didn\'t find the drop down list in iphone library.Instead of drop down list,is there any开发者_StackOverflow other alternative.please let me know.

I didn't find the drop down list in iphone library.Instead of drop down list,is there any开发者_StackOverflow other alternative.please let me know.

Thanks


Use UIPickerView to select from a list of items. If your list contains a large number of items, UITableView would probably be a better choice.


I recommend using UIActionSheet for this. If you keep adding many items to the actionsheet it turns into a uitable. For me it's the ideal alternative.

Iphone drop down list

0

精彩评论

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