tags:

views:

97

answers:

2

Are there any advanced iPhone Programming Books? I don't want an introduction in Objective C, Cocoa Touch or UIKit, but a comprehensive collection of best practices.

Thanks,
Henrik

+1  A: 

Erica Sadun's Cookbook might be what you're looking for. But it's not too advanced, also helpful for beginners.

Kai
Does the 2nd Edition removes the usage of private APIs?!
Henrik P. Hessel
I'm not sure (own the first one), but it's always pointed out explicitly when private APIs are used.
Kai
+1  A: 

If you're willing to look beyond books, the videos for my Advanced iPhone Development course are available for free on iTunes U. I describe what I've found to work best for me when dealing with various iOS frameworks and concepts. I also list many more advanced references for each topic in my course notes for the class.

Brad Larson
Hi Brad, just realized that I'm watching you talk! :)
Henrik P. Hessel
Thanks @Brad. Just started the whole series downloading. See you soon!
Dan Ray