SpriteKit is Apple’s exciting 2D game framework that was first released in September 2013 with iOS 7. It is an animation and graphics rendering framework that gives you the power to easily animate textured images, play video, render text, and add particle effects. It also includes an integrated physics library. SpriteKit is the first-ever game engine formally built into the iOS SDK.
In this chapter you will learn what SpriteKit is and how to create ...