How to create combo box in iphone?
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.
精彩评论