I have been into cocos2d-iphone for ages, and today when i came back to uikit, i toally forgot how to create menu in uikit. UIButton isn;t really an option, a UILabel might sound good good. What do you say?
A:
The easiest way is to use either an UISegmentedControl or an UIActionSheet. This will work if your menu will contain a few items.
Otherwise you can develop your own touch aware UIView and respond to user's selection as needed.
unforgiven
2009-06-28 07:57:27
A:
For a selection from multiple (maybe many) items, use a UIPickerView.
Nikolai Ruhe
2009-06-28 14:45:05
A:
i think a simple UIButton with TypeCustom and no background would be sufficient and appropriate alternate for MenuItem of cocs2d-iphone. What do you say?
Shoaibi
2009-06-29 03:08:43