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...
PermissionsSwiftUI: A SwiftUI package to handle permissions

PermissionsSwiftUI displays and handles permissions in SwiftUI. It is largely inspired by SPPermissions. The UI is highly customizable and resembles an Apple style. ...

Pager tab strip view

Introduction PagerTabStripView is the first pager view built in pure SwiftUI. It provides a component to create interactive pager views ...

PageView

SwiftUI view enabling page-based navigation, imitating the behaviour of UIPageViewController in iOS.

Pages

    

How to take action when a property changes

1. Taking Action When a Property Changes: Property Observers Swift lets you observe and respond to changes in a property’s ...