I am trying to get color name from UIButton in swift instead of value is there any way to do that. Thanks
I am using tintColor to set value as well to get value
clickButton.tintColor = UIColor.blue
var color = clickButton.tintColor
when I am printing color value I get (UIExtendedSRGBColorSpace 0 0 1 1) is there anyway I can get blue instead of value