SwiftHUEColorPicker Save

iOS HUE color picker

Project README

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.

Open Source Agenda is not affiliated with "SwiftHUEColorPicker" Project. README Source: maximbilan/SwiftHUEColorPicker
Stars
46
Open Issues
1
Last Commit
5 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating