Graphics, UIColor created with component values far outside the expected range

You might have something like this somewhere :

UIColor(red: 255, green: 255, blue: 255, alpha: 1.0)

need to be changed like this now :

UIColor(red: 1.0, green: 1.0, blue: 1.0, alpha: 1.0)
SO : UIColor(red: 255/255, green: 255/255, blue: 255/255, alpha: 1.0)

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)