kodecocodes / objective-c-style-guide

A style guide that outlines the coding conventions for Kodeco
http://www.raywenderlich.com/62570/objective-c-style-guide
3.1k stars 626 forks source link

Colons and spacing #2

Closed gregheo closed 11 years ago

gregheo commented 11 years ago

@interface RWTutorial : NSObject is standard Apple style but in other cases like dictionary key/values, I think key: value is more standard.