i have a view. how do i create a NSComboBox programmatically
Asked
Active
Viewed 721 times
0
-
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 Answers
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