I have a progress view and a UIView, setup with these values:
healthBar.trackTintColor = UIColor(red: 59/255, green: 153/255, blue: 252/255, alpha: 1.0)
link.backgroundColor = UIColor(red: 59/255, green: 153/255, blue: 252/255, alpha: 1.0)
However, the trackTint color is not the same as the view. It is slightly darker. Any reason for this?