Skip to content

Instantly share code, notes, and snippets.

View chrs1885's full-sized avatar

Christoph Wendt chrs1885

View GitHub Profile
@chrs1885
chrs1885 / ColorPickerOverlay.swift
Last active March 30, 2020 22:40
SwiftUI Color Picker Example with SheetyColors
// Created by Wendt, Christoph on 14.03.20.
// Copyright © 2020 Wendt, Christoph. All rights reserved.
import SwiftUI
import SheetyColors
struct ColorPickerOverlay: View {
@State private var pickerColor: UIColor = UIColor.white
@Binding var isShown: Bool
@Binding var selectedColor: UIColor