A color picker component for Monotouch
AdvancedColorPicker is very simple and easy to use:
- Include AdvancedColorPicker project in your solution and add a reference to it.
- Create an instance of ColorPickerViewController
- Show ColorPickerViewController.View
- Subscribe to ColorPickerViewController.ColorPicked event, to be notified when the user picks a color and examine the value of ColorPickerViewController.SelectedColor property that holds the color the user selected
You can also use the ColorPickerViewController.SelectedColor property to get/set the selected color. When you change the value of this property and the ColorPickerViewController.View is visible, the color selection indicators will pick the color using an animation.
Take a look at the AdvancedColorPickerDemo project about how to use it.
AdvancedColorPicker is tested on iOS 4.3, 5.1, 6.0, both on iPhone and iPad.
All devices, screen sizes and orientations are supported because AdvancedColorPicker does not use images neither nib files, but custom drawing and dynamic views creation to display everything.
AdvancedColorPicker is licensed under the terms of the MIT license.
If you use this component in your projects consider adding the following in you app about screen: "This app uses AdvancedColorPicker developed by Yiannis Bourkelis"