matej-marjanovic / SwiftHUEColorPicker

iOS HUE color picker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SwiftHUEColorPicker

Version License Platform CocoaPods CocoaPods

iOS HUE color picker.
alt tag

Installation

CocoaPods:

pod 'SwiftHUEColorPicker'

Manual:

Copy SwiftHUEColorPicker.swift to your project.

Description

Supports two modes: horizontal and vertical.
alt tag
Also, you can change a saturation, a brightness and alpha values.
And control has customization. You can customize the label:
alt tag
Or appearance:

alt tag

Using

You can create from Storyboard or XIB. Or create manually:

let picker = SwiftHUEColorPicker()

For handling changing of values, you should implement protocol SwiftHUEColorPickerDelegate:

picker.delegate = self

func valuePicked(color: UIColor, type: SwiftHUEColorPicker.PickerType) {
}

Direction:

picker.direction = SwiftHUEColorPicker.PickerDirection.Vertical // Vertical, Horizontal

Type:

picker.type = SwiftHUEColorPicker.PickerType.Color // Color, Saturation, Brightness, Alpha

Please see example for using SwiftHUEColorPicker in this repository.

License

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

About

iOS HUE color picker

License:MIT License


Languages

Language:Swift 96.4%Language:Ruby 3.6%