- August 28, 2025
- Mins Read
A colour wheel made all in SwiftUI.
There are 2 different colour wheels to choose from.
CIHueSaturationValueGradient
CIFilter
to draw itself, then uses RadialGradient
and .blur
to smooth it out. Named ColourWheel
in code.AngularGradient
with all 360 hues to draw the gradient, then a RadialGradient
and .blur
to smooth it out. Named NewColourWheel
in code.If you would like to use the slider to change brightness/value, use ColourWheel
, as NewColourWheel
does not support setting value at this point in time.
They both interact the same and output in [Red, Green, Blue] or [Hue, Saturation].
This package provides you with an easy way to show tooltips over any SwiftUI view, since Apple does not provide ...
SimpleToast is a simple, lightweight, flexible and easy to use library to show toasts / popup notifications inside iOS or ...
Create Toast Views with Minimal Effort in SwiftUI Using SSToastMessage. SSToastMessage enables you to effortlessly add toast notifications, alerts, and ...