0

i have a view. how do i create a NSComboBox programmatically

Manju Basha
  • 665
  • 1
  • 9
  • 29
  • 2
    `NSComboBox` is not available in iOS. You might have to create your own custom dropdown implementation for that. – iDev Jan 29 '13 at 06:17

1 Answers1

1

ComboBox like Mac OS X is not possible in iOS X. You can do a workaround. Use the image as backgroud(like combobox background) and user other controls on it like textfield, buttons etc.

macpandit
  • 835
  • 1
  • 7
  • 11