selectedColor
The selected color in the color picker.
Declaration
var selectedColor: UIColor? { get set }Discussion
When a person selects a new color in the color picker, the system generates the control event valueChanged.
This property is KVO-compliant.