views:

556

answers:

3

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.

+12  A: 

Introduction to Coding Guidelines for Cocoa

Enjoy!

kubi
+1  A: 

Google also has an Objective-C style guide

nall
+3  A: 

Also take a look at Cocoa Style for Objective-C from Cocoa Dev Central

kemiisto