Skip to content

Olshansk/SimpleColorPicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleColorPicker

[![CI Status](http://img.shields.io/travis/Daniel Olshansky/SimpleColorPicker.svg?style=flat)](https://travis-ci.org/Daniel Olshansky/SimpleColorPicker) Version License Platform

What is it

SimpleColorPicker is a very simple, vertical, snapchat-like, color picker for iOS.

Alt text

Installation

SimpleColorPicker is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "SimpleColorPicker"

Usage

Import

#import "SimpleColorPickerView.h"

Initialize

SimpleColorPickerView *simpleColorPickerView = [[SimpleColorPickerView alloc] initWithFrame:yourRect withDidPickColorBlock:^(UIColor *color) {
  // Your code here
}];

Add

  [yourView addSubview:simpleColorPickerView];

Example Project

To run the example project, clone the repo, and run pod install from the Example directory first.

Author

Daniel Olshansky, olshansky.daniel@gmail.com

License

SimpleColorPicker is available under the MIT license. See the LICENSE file for more info.

About

A simple, snapchat like, color picker for iOS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published