
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.
The Flex Color Picker is a hackable color picker library written in Swift 5. It supports both HSB and RGB color models, with controls for both radial and rectangular hue/saturation palettes. The library aims to provide great UX, performance, and flexibility through its customizable features. It is well-documented and consists of small classes with robust, easy-to-understand code. The Flex Color Picker can be easily integrated into projects using Swift Package Manager, Cocoapods, or direct installation.
https://github.com/RastislavMirek/FlexColorPickerAlternatively, if you are using Package.swift, add this dependency:
dependencies: [
.package(url: "https://github.com/RastislavMirek/FlexColorPicker", from: "1.0.0")
]
pod 'FlexColorPicker'
pod installgit clone https://github.com/RastislavMirek/FlexColorPicker.git
Alternatively, you can download the latest release as a ZIP from the releases tab.
FlexColorPicker.FlexColorPicker.framework will be created in the Products directory.FlexColorPicker.framework under the Embedded Binaries section.The Flex Color Picker is a customizable and hackable color picker library written in Swift. It supports HSB and RGB color models with controls for both radial and rectangular hue/saturation palettes. The library offers great UX and performance with well-documented code. It can be easily installed using Swift Package Manager, Cocoapods, or direct installation.

A UI kit provides developers with a set of reusable components that can be easily integrated into a website or application. These components are pre-designed with consistent styling and functionality, allowing developers to save time and effort in the design and development process. UI kits can be either custom-built or third-party, and often include components for buttons, forms, typography, icons, and more.