Color wheel or color picker in iOS

前端 未结 8 630
故里飘歌
故里飘歌 2020-12-31 10:12

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.

8条回答
  •  鱼传尺愫
    2020-12-31 10:35

    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.

提交回复
热议问题