All Projects → hayashi311 → Color Picker For Ios

hayashi311 / Color Picker For Ios

Licence: other
Colorful: iOS color picker built with Swift.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Color Picker For Ios

Ibanimatable
Design and prototype customized UI, interaction, navigation, transition and animation for App Store ready Apps in Interface Builder with IBAnimatable.
Stars: ✭ 8,585 (+1110.86%)
Mutual labels:  uikit, interface-builder, ui-components
Basecomponents
BaseComponents aims to provide easily reusable and understandable components to increase productivity with UIKit and Foundation APIs
Stars: ✭ 92 (-87.02%)
Mutual labels:  uikit, autolayout, ui-components
ios ui recipe showcase
iOSアプリ開発 - UI実装であると嬉しいレシピブック掲載サンプル
Stars: ✭ 54 (-92.38%)
Mutual labels:  uikit, interface-builder, autolayout
Chakra Ui
⚡️ Simple, Modular & Accessible UI Components for your React Applications
Stars: ✭ 22,745 (+3108.04%)
Mutual labels:  uikit, ui-components
sodium-ui
Sodium is a simple, modular and customizable web component library to build elegant and accessible UI pieces for your React Application.
Stars: ✭ 23 (-96.76%)
Mutual labels:  uikit, ui-components
laravel-starter-kit
A minimal starter kit for Laravel 8 using Bootstrap 5 and Webpixels CSS.
Stars: ✭ 23 (-96.76%)
Mutual labels:  uikit, ui-components
ng-sq-ui
Flexible and easily customizable UI-kit for Angular 11+
Stars: ✭ 99 (-86.04%)
Mutual labels:  uikit, ui-components
Swiftreorder
Easy UITableView drag-and-drop cell reordering
Stars: ✭ 340 (-52.05%)
Mutual labels:  uikit, ui-components
Material Bread
Cross Platform React Native Material Design Components
Stars: ✭ 287 (-59.52%)
Mutual labels:  uikit, ui-components
Overwatch Ui
A UI library of Overwatch, built with Vue.js
Stars: ✭ 365 (-48.52%)
Mutual labels:  uikit, ui-components
Vue Swatches
🎨 Help the user picking beautiful colors!
Stars: ✭ 456 (-35.68%)
Mutual labels:  ui-components, color-picker
monalisa-ui
MonalisaUI ✨ React Native UI Library
Stars: ✭ 37 (-94.78%)
Mutual labels:  uikit, ui-components
unity-ui-manager
🎫 A Simple UI Manager for rapid prototyping and ease of collaboration
Stars: ✭ 44 (-93.79%)
Mutual labels:  uikit, ui-components
Colorpicker
jQuery UI widget for color picking (similar to the one in Microsoft Office 2010).
Stars: ✭ 271 (-61.78%)
Mutual labels:  ui-components, color-picker
taiga-ui
Angular UI Kit and components library for awesome people
Stars: ✭ 2,251 (+217.49%)
Mutual labels:  uikit, ui-components
Uix Kit
A free UI toolkit based on some common libraries for building beautiful responsive website, compatible with Bootstrap v4.
Stars: ✭ 318 (-55.15%)
Mutual labels:  uikit, ui-components
Tweetextfield
Lightweight set of text fields with nice animation and functionality. 🚀 Inspired by https://uimovement.com/ui/2524/input-field-help/
Stars: ✭ 421 (-40.62%)
Mutual labels:  uikit, interface-builder
Iblocalizable
Localize your views directly in Interface Builder with IBLocalizable
Stars: ✭ 463 (-34.7%)
Mutual labels:  interface-builder, ui-components
Cfnotify
A customizable framework to create draggable views
Stars: ✭ 490 (-30.89%)
Mutual labels:  uikit, ui-components
CheckMarkView
UI view which draws programmatically a checkmark with different styles
Stars: ✭ 35 (-95.06%)
Mutual labels:  uikit, ui-components

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.addSubview(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

iOS11 ~

License

Colorful is available under new BSD 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].