swift - UIColor in xcode 6.1 (extra argument in call) -
I recently updated the encoded 6.0 to 6.1 and after updating, click on UIColor
Receives an error related to The error says
Additional logs in the call 'blue'
. This problem is not present in Xcode 6.0.
This is my code:
Texture = SKTtexture (Image: UIImage (named: car.carType.spriteName). McGlowith Collar (
I have tried to convert them to CGFloat etc. without any success ...
Clearly open the optional value by adding !
UIColor (red: 1, blue: 0) , Green: 1, alpha: 1)!
Comments
Post a Comment