tags:

views:

564

answers:

1

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!

+1  A: 

No. You need to make your own using sliders.

Ben Alpert