In the code sample on page 77, you call retain on the passed in arguments. Since you previously stated that we will use ARC throughout this book, the retains should be removed.
Good catch. I thought I'd caught all of those when I converted the chapter to ARC.
If you're using ARC, that won't compile.
I'll add a note to the errata page.
In the code sample on page 77, you call retain on the passed in arguments. Since you previously stated that we will use ARC throughout this book, the retains should be removed.