Gwan-ho Kim

Results 2 issues of Gwan-ho Kim

I have received a delegate every time the color changes. Added isSelectedColorView and isBrightnessView.

I needed to change the background color so I added a method to change the background color and the color of the Label CircularSpinner.setBackgroundColor(UIColor.black) CircularSpinner.setLabelColor(UIColor.green) ``` open class func setLabelColor(_...