Welcome to Part 3 of my blog series about game development. Today I’m adding the app icons and a splash screen. I’ll use an asset catalog for that. If you haven’t completed part 2, you can download the project from GitHub: v0.2.1 First of all let’s hide the annoying header bar: You have to […]
Category: Hardware Platform
Welcome to Part 2 of my blog series about game development: View Controller Today I’m creating the basic game infrastructure, not the game itself. If you haven’t completed part 1, you can download the project from GitHub (version v0.1). Basic screens needed for the game: Start Screen: Main menue About […]
Creating a start screen with parallax animations using iOS motion effects: One highly noticed innovation in iOS 7 was the parallax effect on the home screen. When you tilt your device this gives you the impression of depth. Luckily it is incredible easy to implement this behaviour with the iOS 7 motion effects. First you […]