Hi folks, we've got an Android app we're porting to iOS. The Android app uses combo boxes. iOS doesn't have combo boxes and I was wondering what the best approach to this would be. I've tried using a button and a UIActionSheet for the combo box members. This is ok in iOS 7 because the buttons I add to the list appear like a UITableView. In iOS 6, they look like buttons and it doesn't look great. I then tried modifying the ActionSheetDatePicker sample to show a UITableView inside but couldn't get the UITableView to display correctly.
Also the UIActionSheet is always shown from the bottom of the screen rather than below the button like a combo box.
Anybody got any recipes or ideas for this?
many thanks