CocoaPods trunk is moving to be read-only. Read more on the blog, there are 12 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Jun 2015 |
Maintained by Daniel Olshansky.
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.