views:

71

answers:

2

What is, according to you, the most important topic (chapter) covered by the iPhone Developer Documentation?

Do you know another topic that is very important to you, yet rarely read by other developers?

I would like to print and read some important chapters, but I may forget something...

+1  A: 

Every beginning iPhone developer gets tripped up by the deployment process. I would print, memorize and feel comfortable with setting up profiles and such. Here are some more essential concepts

  • Memory Management
  • Saving your dsym for later debugging
  • Testing
  • Buttoning up leaks and profiling

Each of these concepts can be searched for on Stack Overflow for more information.

coneybeare
+5  A: 

There are several core guides to important concepts. These include:

Many of these point to additional references that you may also like to read.

Brad Larson
I have read most of them but i must say, its a great compilation. :) Vote up!
Chintan Patel
I would like to vote +1 in importance to : 1. "Cocoa Fundamentals Guide" 2. "iPhone Human Interface Guidelines" 3. "View Controller Programming Guide for iPhone OS"In that order.
PeyloW
I totally agree because what is important depends on what you are doing.
Kendall Helmstetter Gelner