开发者

How to create combo box in iphone?

开发者 https://www.devze.com 2023-04-08 05:44 出处:网络
Hi anybody can tell me how to create combo box in iphone (like same as Spinner in Android). Here i developing a simple application, i need to load some value to combo box. But not using UIPicker. Can

Hi anybody can tell me how to create combo box in iphone (like same as Spinner in Android). Here i developing a simple application, i need to load some value to combo box. But not using UIPicker. Can anybod开发者_StackOverflowy help me pls.


you can set your pickerview frame like follow

[pickerView setFrame:CGRectMake(0, 100, 320, 120)];


Here try this Code..

https://github.com/werner77/WEPopover

it is the best solution for combo box.

0

精彩评论

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