All Projects → louisdh → Huekit

louisdh / Huekit

Licence: mit
A UI framework for iOS that provides components and utilities for building color pickers.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Huekit

Pikolo
An android color picker library
Stars: ✭ 142 (-28.28%)
Mutual labels:  color-picker
Clendar
Clendar - universal calendar app. Written in SwiftUI. Available on App Store
Stars: ✭ 153 (-22.73%)
Mutual labels:  ipad
Colorsheet
A color picker bottom sheet 🌈
Stars: ✭ 179 (-9.6%)
Mutual labels:  color-picker
Unwrap
Learn Swift interactively on your iPhone.
Stars: ✭ 1,992 (+906.06%)
Mutual labels:  ipad
Pylon
Pylon IDE, a Cloud9 v2 descendant with some added extras and support for modern node >= 10.20.1 (including v11.x, v12.x, v13.x, v14.x, v15.x). OSS licensed.
Stars: ✭ 156 (-21.21%)
Mutual labels:  ipad
Flexcolorpicker
Modern color picker library written in Swift 5 that can be easily extended and customized. It aims to provide great UX and performance with stable, quality code.
Stars: ✭ 164 (-17.17%)
Mutual labels:  color-picker
React Native Color Wheel
🌈 A react native reusable and color picker wheel
Stars: ✭ 137 (-30.81%)
Mutual labels:  color-picker
Flutter colorpicker
A HSV(HSB)/HSL color picker inspired by chrome devtools and a material color picker for your flutter app.
Stars: ✭ 185 (-6.57%)
Mutual labels:  color-picker
Pulley
A library to imitate the iOS 10 Maps UI.
Stars: ✭ 1,928 (+873.74%)
Mutual labels:  ipad
React Native Color
Color components for React Native 🌈
Stars: ✭ 178 (-10.1%)
Mutual labels:  color-picker
Colorbook
🎨 Color schemes for UI design - Optimized for foreground, background, border, etc. https://liyasthomas.github.io/colorbook
Stars: ✭ 148 (-25.25%)
Mutual labels:  color-picker
Filesystem
FileSystem is an application that allows you to browse the content of your iPhone disk, displaying file and folders, files contents, and detailed informations about file and folder permissions.
Stars: ✭ 148 (-25.25%)
Mutual labels:  ipad
Pointerkit
A proof of concept framework to use a pointing device on iOS
Stars: ✭ 166 (-16.16%)
Mutual labels:  ipad
Inappviewdebugger
A UIView debugger (like Reveal or Xcode) that can be embedded in an app for on-device view debugging
Stars: ✭ 1,805 (+811.62%)
Mutual labels:  ipad
React Colorpickr
A themeable colorpicker with HSL and RGB support for React
Stars: ✭ 180 (-9.09%)
Mutual labels:  color-picker
Orc.controls
Timespan, DateTime and various other controls
Stars: ✭ 140 (-29.29%)
Mutual labels:  color-picker
Mscolorpicker
Color picker component for iOS
Stars: ✭ 162 (-18.18%)
Mutual labels:  color-picker
Mcpicker Ios
McPicker is a customizable, closure driven UIPickerView drop-in solution with animations that is rotation ready.
Stars: ✭ 186 (-6.06%)
Mutual labels:  ipad
Jscolor
JavaScript color picker with opacity (alpha channel) and customizable palette. Single file of plain JS with no dependencies.
Stars: ✭ 182 (-8.08%)
Mutual labels:  color-picker
Angular Color Picker
Vanilla AngularJS Color Picker Directive with no requirement on jQuery
Stars: ✭ 173 (-12.63%)
Mutual labels:  color-picker

HueKit for iOS

Build Status
Swift Pod Version Carthage Compatible Platform: iOS
Twitter Donate via PayPal

HueKit for iOS

About

HueKit is a UI framework for iOS that provides components and utilities for building color pickers. Since each app may want a custom color picker, the design of this framework is geared towards reusability and allows for great customization.

Components

All components are marked open, so they can be subclassed. Also, all components are marked @IBDesignable, so they can be previewed in Interface Builder. Components that provide user interaction are subclassed from UIControl, you can observe a change in value by using @IBAction.

ColorBarPicker

ColorBarView

ColorIndicatorView

ColorSquarePicker

ColorSquareView

SourceColorView

Installation

CocoaPods

To install, add the following line to your Podfile:

pod 'HueKit', '~> 1.0'

Carthage

To install, add the following line to your Cartfile:

github "louisdh/huekit" ~> 1.0

Run carthage update to build the framework and drag the built HueKit.framework into your Xcode project.

Requirements

  • iOS 10.0+
  • Xcode 9.3+

Todo

  • [ ] Add tests
  • [ ] Add documentation

License

This project 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].