Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sgl0v/mscolorpicker

Color picker component for iOS
https://github.com/sgl0v/mscolorpicker

color-picker ios objective-c

Last synced: 11 days ago
JSON representation

Color picker component for iOS

Awesome Lists containing this project

README

        

MSColorPicker
===============
[![Build Status](https://travis-ci.org/sgl0v/MSColorPicker.svg?branch=master)](https://travis-ci.org/sgl0v/MSColorPicker)
[![Version](https://img.shields.io/cocoapods/v/MSColorPicker.svg?style=flat)](http://cocoadocs.org/docsets/MSColorPicker)
[![License](https://img.shields.io/cocoapods/l/MSColorPicker.svg?style=flat)](http://cocoadocs.org/docsets/MSColorPicker)
[![Platform](https://img.shields.io/cocoapods/p/MSColorPicker.svg?style=flat)](http://cocoadocs.org/docsets/MSColorPicker)

[[Overview](#overview) • [Installation](#installation) • [Demo](#demo) • [Requirements](#requirements) • [Licence](#licence)]


![Alt text](https://raw.githubusercontent.com/sgl0v/MSColorPicker/master/screenshots/sample_iphone.gif)
![Alt text](https://raw.githubusercontent.com/sgl0v/MSColorPicker/master/screenshots/sample_ipad.gif)

## Overview

Color picker component for iOS. It allows the user to select a color with color components. Key features:

- iPhone & iPad support,
- Adaptive User Interface,
- Supports RGB and HSB color models,
- Well-documented,
- Compatible with iOS 8.0 (iPhone & iPad) and higher.

## Installation

MSColorPicker is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "MSColorPicker"
```

## Demo

Build and run the MSColorPickerDemo project in Xcode. The demo shows how to use and integrate the MSColorPicker into your project.

## Requirements

- Requires iOS 8.0 or later
- Requires Automatic Reference Counting (ARC)

## Licence

`MSColorPicker` is MIT-licensed. See `LICENSE`.