objective c coding guidelines

2019-03-25 06:25发布

问题:

Is there any pdf which tells about coding guidelines in objective C.

For Example...

 1. Breaking the function names - checkIfHitTheTrack. 
 2. member variables must be like - mVariableName.
 3. Giving better names to subclass - ?

Please share the related links...

回答1:

I would start with these:

  1. Apple's Coding Guidelines for Cocoa
  2. Google's Objective-C Style Guide


回答2:

Take a look at Objective-C Beginner's Guide.