Quote:
Originally Posted by gunther
but the problem i what i can show the tableview whit the countrys.. because the work area for the control for countrys its small...
iphone dont manage control combox?
|
There's no direct support for a control like a combo box; the screen is already small, so popping up a tiny scrolling list of items to choose from is likely to take up most of the screen anyway.
Look at how combo boxes are handled in Safari: when you tap on the combo box on a web page, a picker control pops up. You could take the same approach, or perhaps tapping on that small country field could take the user to a table view where the country could be selected, like Bovn suggests.
Good luck!