How to add particle effects to an iOS App that is not a game using iOS 7 SpriteKit Particle?

Create a SKScene in your UIView to add a SKEmitterNode particle effect. One way of doing this: 1.In storyboard (or programatically if you prefer) add a View object on top of the existing View and resize it to your needs. 2.Change the class of the new view to SKView 3.In your view controller .h file … Read more