[![CI Status](http://img.shields.io/travis/Daniel Olshansky/SimpleColorPicker.svg?style=flat)](https://travis-ci.org/Daniel Olshansky/SimpleColorPicker)
SimpleColorPicker is a very simple, vertical, snapchat-like, color picker for iOS.
SimpleColorPicker is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "SimpleColorPicker"
#import "SimpleColorPickerView.h"
SimpleColorPickerView *simpleColorPickerView = [[SimpleColorPickerView alloc] initWithFrame:yourRect withDidPickColorBlock:^(UIColor *color) {
// Your code here
}];
[yourView addSubview:simpleColorPickerView];
To run the example project, clone the repo, and run pod install
from the Example directory first.
Daniel Olshansky, [email protected]
SimpleColorPicker is available under the MIT license. See the LICENSE file for more info.