I would like to set color of SKSpriteNode by Present Components Values of UIColor By Present Components Values of UIColor, I mean:
(UIColor *)blackColor (UIC
Use an SKColor instead of UIColor.
SKSpriteNode *noffffd = [SKSpriteNode spriteNodeWithColor:[SKColor blackColor] size:CGSizeMake(50, 50);