Zen and the Art of the Objective-C Craftsmanship

References

Here are some of the documents from Apple that informed the style guide:

Others:

  • Objective-Clean: an attempt to write a standard for writing Objective-C code with Xcode integration;
  • Uncrustify: source code beautifier.

Other Objective-C Style Guides

Here are some of the documents from Apple that informed the style guide. If something has not been mentioned in this book, it's probably covered in great detail in one of these:

From Apple:

From the community: