let background =SKSpriteNode(imageNamed:"") not working on iOS playground why?
let background =SKSpriteNode(imageNamed:"") not working on iOS playground why
What do you mean by "not working"? Do you get an error? Remember that you have to set the background to this variable if you want the background to change.