Add a color picker to an iOS app

后端 未结 4 896
刺人心
刺人心 2021-02-01 21:08

I\'m trying to add a color picker to my iOS application, using Xcode 5. It appears that Xcode offers a color well via the Palettes Panel of Interface Builder, but I can\'t find

4条回答
  •  情话喂你
    2021-02-01 21:57

    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

提交回复
热议问题