Errata for iPhone Game Development
Submit your own errata for this product.
The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".
The following errata were submitted by our customers and approved as valid errors by the author or editor.
Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question Note Update
| Version |
Location |
Description |
Submitted By |
Date Submitted |
Date Corrected |
| Printed |
Page 71
code segment at the bottom of the page |
//GameState.m
The class function initWithFrame should not end with a semi-colon.
|
Nick Glasier |
Nov 28, 2009 |
|
| Printed |
Page 73
Code segment Render routine |
//fill background with gray
[UIColor greyColor].CGColor should read [UIColor grayColor].CGColor
spelling error causes an error when the compiler runs, claiming that CGColor is an invalid property.
Note from the Author or Editor: greyColor should be changed to grayColor.
|
Nick Glasier |
Nov 28, 2009 |
|
| PDF |
Page 81
Next to last paragraph |
Before we begin, please download the Chapter 3 examples from the book's web site at
http://oreilly.com/catalog/9780596159856.
No code examples downloads at given URL
Note from the Author or Editor: Please change the URL from:
http://oreilly.com/catalog/9780596159856
to:
https://sourceforge.net/projects/iphonegamebook/files/
|
Ron Bingham |
Nov 07, 2009 |
|