Is there a way to freeze a particle node in Sprite Kit for iOS? Basically freeze each of the particles in the particle node exactly where they are.
To pause the particle node:
particle.paused = YES;