All Projects → maximbilan → Swifthuecolorpicker

maximbilan / Swifthuecolorpicker

Licence: mit
iOS HUE color picker

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Swifthuecolorpicker

React Virgin
The react-native UI Kit you've been looking for.
Stars: ✭ 1,523 (+3361.36%)
Mutual labels:  uikit, ui-design, ui-components
Collectionviewslantedlayout
A CollectionView Layout displaying a slanted cells
Stars: ✭ 2,029 (+4511.36%)
Mutual labels:  uikit, ui-design, ui-components
Datingapp
Dating UI kit is used for online meet up with girls and boys . The screen contains more than 30 icons and most of all required elements required to design an application like this. The XML and JAVA files contains comments at each and every point for easy understanding. Everything was made with a detail oriented style and followed by today's web trends. Clean coded & Layers are well-organized, carefully named, and grouped.
Stars: ✭ 97 (+120.45%)
Mutual labels:  uikit, ui-design, ui-components
Light dark toggle
An awesome flutter app which artistically animates light and dark mode 😍
Stars: ✭ 175 (+297.73%)
Mutual labels:  uikit, ui-design, ui-components
CheckMarkView
UI view which draws programmatically a checkmark with different styles
Stars: ✭ 35 (-20.45%)
Mutual labels:  ui-design, uikit, ui-components
monalisa-ui
MonalisaUI ✨ React Native UI Library
Stars: ✭ 37 (-15.91%)
Mutual labels:  ui-design, uikit, ui-components
Flamesui
A css-based web components.
Stars: ✭ 133 (+202.27%)
Mutual labels:  uikit, ui-design, ui-components
Underexpress
A free, responsive, ready to use website ui kit, built with bootstrap 4.
Stars: ✭ 205 (+365.91%)
Mutual labels:  uikit, ui-design, ui-components
open design system
Open Source Design System using Sketch. It's early days of my project.
Stars: ✭ 22 (-50%)
Mutual labels:  ui-design, uikit, ui-components
ColorPick.js
A simple and minimal jQuery color picker plugin for the modern web.
Stars: ✭ 48 (+9.09%)
Mutual labels:  color, picker, ui-components
Colorpicker
jQuery UI widget for color picking (similar to the one in Microsoft Office 2010).
Stars: ✭ 271 (+515.91%)
Mutual labels:  ui-components, color, picker
Shineout
高性能React组件库
Stars: ✭ 577 (+1211.36%)
Mutual labels:  ui-design, ui-components
Alerts And Pickers
Advanced usage of UIAlertController and pickers based on it: Telegram, Contacts, Location, PhotoLibrary, Country, Phone Code, Currency, Date...
Stars: ✭ 5,267 (+11870.45%)
Mutual labels:  picker, pickerview
Agcircularpicker
AGCircularPicker is helpful component for creating a controller aimed to manage any calculated parameter
Stars: ✭ 592 (+1245.45%)
Mutual labels:  picker, pickerview
Spalert
Native alert from Apple Music & Feedback. Contains Done, Heart & Message and other presets.
Stars: ✭ 1,014 (+2204.55%)
Mutual labels:  uikit, ui-components
My flutter challenges
Flutter project containing all my flutter UI challenges
Stars: ✭ 563 (+1179.55%)
Mutual labels:  uikit, ui-design
Wheelpicker
A smooth, highly customizable wheel view and picker view, support 3D effects like iOS. 一个顺滑的、高度自定义的滚轮控件和选择器,支持类似 iOS 的 3D 效果
Stars: ✭ 684 (+1454.55%)
Mutual labels:  picker, pickerview
Components
Example Components (Built with Tonic)
Stars: ✭ 42 (-4.55%)
Mutual labels:  ui-design, ui-components
Qmui ios
QMUI iOS——致力于提高项目 UI 开发效率的解决方案
Stars: ✭ 6,433 (+14520.45%)
Mutual labels:  uikit, ui-components
Colorpicker
A mininal but complete colorpicker desktop app
Stars: ✭ 766 (+1640.91%)
Mutual labels:  color, picker

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].