spd
spd

Reputation: 2134

Color Panel for iPhone

I am developing an iPhone application in which I want to allow the user to select a color from a panel that is displayed. For Desktop application, the framework provides NSColorPanel. But, iPhone SDK does not provide this option. Is there any sample or alternate method to display such color panel?

Thanks and Regards
Deepa

Upvotes: 1

Views: 339

Answers (1)

petert
petert

Reputation: 6692

Try this blog post to start with. My guess is you're after a modal view that'll popup so you can select a color, then dismiss it to continue.

Upvotes: 2

Related Questions