I'm looking for a way to allow the user of my iPhone application to select a color for marking items. I know I could just use a standard picker with the color text names but if something already exist like the NSColorPicker API in Cocoa, I'd rather use it. Thanks!