Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Fritzables

macrumors regular
Original poster
May 6, 2011
149
1
Brisbane AUSTRALIA
Good morning to all,

I have recently started developing my first iOS application.
I have created a few OS X applications in past and had the use of the NSCombobox to allow the end-user to make/edit selections.

I am looking through the available controls for iOS and don't see a ComboBox of any sort.

What is typically used when coding for iOS ??

(I am using XCode 4.3.3 for iOS5.1 to support iPad2).


Pete
 
Good morning to all,

I have recently started developing my first iOS application.
I have created a few OS X applications in past and had the use of the NSCombobox to allow the end-user to make/edit selections.

I am looking through the available controls for iOS and don't see a ComboBox of any sort.

What is typically used when coding for iOS ??

(I am using XCode 4.3.3 for iOS5.1 to support iPad2).


Pete

There is no NSComboBox in UIKit. Use a UIPickerView instead.
 
You could also look at teaming a UITextField with a UIStepper. If the manual entry function is important.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.