DRColorPicker 1.0.11

DRColorPicker 1.0.11

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Feb 2015

Maintained by Jeff Johnson.



  • By
  • jjxtra
Digital Ruby, LLC Color Picker

I'm Jeff Johnson (@jjxtra) and I created DRColorPicker to use in my app You Doodle for iOS.

In order to give back to the community, I have open sourced this color picker under the MIT license.

Are you using DRColorPicker in your own app? Send me an email (jjxtra AT gmail DOT com) and I'll post your app here under the "Apps Using" section.

DRColorPicker is a world class color picker for iOS. Here is a list of the features:

  • Supports any resolution, portrait and landscape, and works on iPhone and iPad
  • Allows favorite colors, recent colors, colors by hue, color wheel or import of texture
  • Color wheel shows the RGB color and allows changing the color by typing an RGB value
  • Alpha of color can be changed
  • State is saved and loaded automatically to / from a JSON file, textures are saved to files
  • Textures can be stored in JPEG 2000 (default) or PNG
  • Texture de-duplication ensures that only one version of each texture is stored
  • Favorites can be managed by long-tapping on a color
  • Imports colors from the NEO Color Picker automatically
  • Localized into most languages

Requirements:

  • Xcode 6 or newer recommended
  • iOS 6 or greater
  • ARC enabled for the color picker source code
  • Modules enabled for the project (i.e. @import ...)
Install via Cocoapods:
pod 'DRColorPicker'
Manual install: Add the DRColorPickerExample/DRColorPicker folder to your iOS project. The DRColorPickerExample folder contains a sample project with a view controller that will show you how to setup and display the color picker.


Apps using DRColorPicker

Are you using DRColorPicker in your own app? Send me an email (jjxtra AT gmail DOT com) and I'll post your app here under the "Apps Using" section.




Screenshots:

iPad

DRColorPicker Screenshot DRColorPicker Screenshot DRColorPicker Screenshot DRColorPicker Screenshot DRColorPicker Screenshot DRColorPicker Screenshot


iPhone

DRColorPicker Screenshot DRColorPicker Screenshot DRColorPicker Screenshot DRColorPicker Screenshot DRColorPicker Screenshot DRColorPicker Screenshot