0

Is it possible to do this?

Using UIView animations doesn’t work, as expected.

Currently, I’m using about 80 different sprites which animate, which is a big memory issue as well as much more complex to create so many images then import and code them as oppose to just setting the colour in a few lines of code.

Adam Carter
  • 4,741
  • 5
  • 42
  • 103

1 Answers1

1

Add SKSpriteNode with size of the scene and animate it with SKActions

Andrey Gordeev
  • 30,606
  • 13
  • 135
  • 162