Hi there, I'm Marcos!

Back

ColorPicker in SwiftUI

SwiftUI provides a custom color picker that works perfectly in iOS:

ColorPicker("Project Color", selection: $projectColor, supportsOpacity: false)

This is how the picker looks like:

iPhone screenshot showing the color picker