Book Image

Sparrow iOS Game Framework Beginner's Guide

By : Stein
Book Image

Sparrow iOS Game Framework Beginner's Guide

By: Stein

Overview of this book

An easy-to-follow guide full of descriptive step-by-step procedures on how to develop a game for iOS. With each topic, a new challenge will be tackled to get a deeper knowledge of the Sparrow game framework and gain the skills to develop a complete mobile experience. This book is aimed at those who have always wanted to create their own games for iOS devices. Perhaps you've already dabbled in game development and want to know how to develop games for the Apple App Store, or maybe you have developed Objective-C apps in the past but you are new to game development. In either case, this book will help with descriptive examples and teach you to develop a game throughout its course. Some experience in Objective-C and a basic understanding of object-oriented programming are required.
Table of Contents (15 chapters)
13
Afterword
14
Index

Time for action – adding the Sparrow API documentation to Xcode

To add the Sparrow API documentation, just follow these easy steps:

  1. Open Docs for Xcode (if you launch Docs for Xcode for the first time, grant it the access to the documentation folder).
  2. Click on Add Feed.
  3. Enter http://doc.sparrow-framework.org/core/feed/docset.atom in the text field and confirm by clicking on Add.
  4. Restart Xcode (or open Xcode if Xcode was already closed).
  5. Open a Sparrow project and open the inline documentation by pressing the Alt button and clicking on any class name or method.
Time for action – adding the Sparrow API documentation to Xcode

What just happened?

We added a docset feed in Docs for Xcode so that we get more precise and always up-to-date documentation when developing with Sparrow.