Naming convention for iOS

Posted by RMDan on Programmers See other posts from Programmers or by RMDan
Published on 2012-06-20T19:15:39Z Indexed on 2012/06/20 21:23 UTC
Read the original article Hit count: 231

Filed under:

I am learning Objective-C and iOS development and not sure what proper naming convention should be used. I understand how to use the label aspect of Obj-C methods but not the proper way to name each label. What is the best practice for naming methods, properties, objects, outlets, and actions?

Also,
Should different naming conventions be used between Obj-C code and C code? And if so what differences is there?

© Programmers or respective owner

Related posts about programming-languages