Search code examples
iphoneobjective-ciosipadcolors

Color wheel or color picker in iOS


How can I make a color wheel, color picker, or hue selector in iOS for use on the iPad.

Here is an example picture of a color picker similar to what I want.

enter image description here

@All Thanks in advance.


Solution

  • This post could help you out. One easy way to pick a color is to get the color of a pixel in an image you supply. This github project also has full source for a color picker.