IGColorPicker is a fantastic color picker 🎨 written in Swift.
  • February 4, 2024
wall-examples

Documentation


Colors

The color picker comes with our set of colors:

Palette

But if you don’t like them, you are free to use your own colors 🖍:

colorPickerView.colors = [UIColor.red, UIColor.yellow, UIColor.green, UIColor.black]

Style

  • style enum: look and feel of color picker cells

    • circle

    • square

GitHub


View Github

#colorpickerview #swift
YOU MIGHT ALSO LIKE...
ConfettiView

A SwiftUI View that emits confetti with user-defined shapes, images, and text.

SwiftUI Colour Wheel

A colour wheel made all in SwiftUI. There are 2 different colour wheels to choose from. The first main one ...

ColorPickerRing

A color picker implementation with color wheel appearance written in plain SwiftUI. It is compatible with UIColor and NSColor.

ASCollectionView

This repository is no longer maintained. Here's why: with the release of iOS 16 SwiftUI now enables most of the ...