Skip to content

Benjamin8585/Color-Picker-for-iOS

 
 

Repository files navigation

Colorful

CI Status Version License Platform

How to use it

Podfile

platform :ios, '10.0'
pod "Colorful", "~> 3.0"

Install

$ pod install

Usage

let colorPicker = ColorPicker(frame: ...)
colorPicker.addTarget(self, action: #selector(...), for: .valueChanged)
colorPicker.set(color: .red, colorSpace: .extendedSRGB)
view.add(subview: colorPicker)

You can receive .valueChanged event when user changes color.

Reason why you choose colorful

Beautiful UI with haptic feedback.

Wide color space support

ColorSpace Description
.extendedSRGB The extended sRGB is color space for support wider and deeper representation of color.
.sRGB sRGB (standard Red Green Blue) is often the "default" color space for images that contain no color space information

Dark mode support

Requirements

iOS10 ~

License

Colorful is available under new BSD License. See the LICENSE file for more info.

About

Colorful: iOS color picker built with Swift.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 95.9%
  • Ruby 4.1%