Sixto Saez
Sixto Saez

Reputation: 12680

Is there an iPhone UI component equivalent to the Cocoa NSColorPicker API?

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!

Upvotes: 2

Views: 858

Answers (1)

Sophie Alpert
Sophie Alpert

Reputation: 143134

No. You need to make your own using sliders.

Upvotes: 1

Related Questions