• Stars
    star
    190
  • Rank 203,739 (Top 5 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created over 10 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Color picker component for iOS

MSColorPicker

Build Status Version License Platform

[Overview • Installation • Demo • Requirements • Licence]


Alt text Alt text

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. To install it, simply add the following line to your Podfile:

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.