Book Image

iOS 9 Game Development Essentials

By : Chuck Gaffney
Book Image

iOS 9 Game Development Essentials

By: Chuck Gaffney

Overview of this book

Table of Contents (15 chapters)
iOS 9 Game Development Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Storyboards and segues


Let's now finally get to working with these tools and learn the basics of structuring game apps on a broader storyboard level. As of the writing of this book, the latest version of Xcode available is version 7.0. This will be the version we shall work with, but Xcode is always updating with even a beta version available to separately test the newest features.

Visit https://developer.apple.com/xcode/ to download and read up on all that Xcode has to offer for iOS developers.

To start structuring your app using storyboards, follow these instructions:

  1. First, open Xcode in your Applications folder (or in your Dock if you placed it there for easy access).

  2. Next, click on Create a new Xcode Project.

  3. You will now be asked to choose a template preset.

  4. For the sake of just understanding storyboards and segues, select the Single View Application template. (Don't worry, we will be using the game template in the next chapter).

  5. Now we choose our project's options. Name your project StoryBoardExample...