Game Development Reference
In-Depth Information
2. Once a new project has been started, you need to name it and choose the
device type for it to be built (generally iPhone).
3. In the Company Identifier field, use a unique string. It will be used to gener-
ate a Bundle Identifier for your game.
Now a quick glimpse at the structure of the app, which, as we said, is written in
Objective-C language.
There will be a main.m file that instantiates the App Controller, while objects are de-
clared in header files ( *.h ).
Search WWH ::




Custom Search