Is there is a simple way to implement a color picker popover in swift? Are there any built-in libraries or UI elements that I could leverage for this purpose? I saw some c
Thanks for the starting point.
I took it from there and wrote a complte Color PickerViewController with a custom UIView and some drawing code.
I made the custom UIView @IBDesignable so it can be rendered in InterfaceBuilder.
https://github.com/Christian1313/iOS_Swift_ColorPicker