Maybe I'm misinterpreting the information out there but in my code I have:
let color = CGColorCreate(CGColorSpaceCreateDeviceRGB(), [1.0, 1.0, 1.0, 1.0])
Which compiles fine but the text is always black no matter what I set the values to. What should the line look like to get white text?
Did you check your lighting? Try to add the following: