Being in the beginning of a project in Objective-C, I'm gathering different kind of information and I would like to find a good naming convention.
Does such resource exist ?
- Official
- Unofficial but still widely used
Here is the Cocoa official documentation.
additionally to the standart coding conventions published by Apple, I want to hint to Matt Gemmell's great article about API Design, that also covers naming conventions for protocols used in delegation.
来源:https://stackoverflow.com/questions/12662969/standard-naming-conventions-for-objective-c