Objective-C Coding Standards [iPhone/Cocoa]

cocoa, coding-style, iphone, objective-c

Solution

Introduction to Coding Guidelines for Cocoa

Enjoy!

Problem

Are there any generally-accepted coding standards (naming, casting etc) that apply specifically to iPhone/Cocoa/Objective-C? I know Microsoft has published similar standards as they relate to .Net and C# but haven't run across anything related to the iPhone world.

Original source