Categories
iOS ObjectiveC Storyboard UIKit

HowTo: Add View Controllers to the game storyboard and use segues to navigate between them

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 […]

Categories
iOS ObjectiveC Parallax Effect Storyboard

HowTo: Design for depth

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 […]