Book Image

Sparrow iOS Game Framework Beginner's Guide

By : Johannes Stein
Book Image

Sparrow iOS Game Framework Beginner's Guide

By: Johannes Stein

Overview of this book

Table of Contents (20 chapters)
Sparrow iOS Game Framework Beginner's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Afterword
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.

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.