Color wheel or color picker in iOS

前端 未结 8 628
故里飘歌
故里飘歌 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:38

    Found another pretty simple article...with sample code here.

    0 讨论(0)
  • 2020-12-31 10:39

    I thought I would throw my color picker into the ring. I use it in my app, You Doodle and I spent a couple weeks making it and testing it in the app. It contains a sample project to show you how to get started with it and is open sourced under the MIT license. It supports any device (iOS 6+), any resolution and portrait and landscape. Favorites, recents, color by hue, color wheel and importing textures, as well as deleting and moving favorites to the front is supported.

    I've tried to combine the good pieces of all the other color pickers and ensure that the MIT license allows a no hassle integration into any project.

    Github: https://github.com/jjxtra/DRColorPicker

    Screenshots:

    DRColorPicker iPhone DRColorPicker iPad DRColorPicker iPhone DRColorPicker iPad DRColorPicker iPhone DRColorPicker iPad

    0 讨论(0)
提交回复
热议问题