Errata

Learning Cocoa with Objective-C

Errata for Learning Cocoa with Objective-C

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
PDF, ePub, , Other Digital Version
Page Ch6
Chapter title

Chapter 6 is called "Blocks and Operation Quotes" but should probably be called "Blocks and Operation Queues". This is present in the table of contents, the heading for Chapter 6 and the footer of every page in Chapter 6. I have observed it online, in ePub and in the PDF.

Note from the Author or Editor:
The title of Chapter 6 of this book currently reads "Blocks and Operation Quotes". It should read "Blocks and Operation Queues". This issue appears in the TOC as well (the source files contained a typo).

Cheers,
Jon

Additional: this issue also appears on page xii, in the chapter summary.

Cheers,
Jon

Anonymous  Dec 23, 2012 
PDF, ePub
Page 18, 41
code at top of page - line beginning with [helloButton

page 18 pdf; page 41 ePub. Last line of code begins with

[helloButton setTtitle: ...

Xcode gives error ""Use of undeclared identifier 'helloButton'; did you mean '_helloButton'? Build failed.

Change to _helloButton. Build succeeds and run completes as expected.

Ron Osborne  Jan 10, 2013 
PDF
Page 131
Last line

The book links to a Youtube video with instructions to download the video to be added to a project later. It's not possible to download a video from Youtube, only view it.

Note from the Author or Editor:
The video should be linked to a raw copy of the video, rather than YouTube.

The raw video is available in the source dump.

mpounsett  Jun 15, 2013