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 628 forks source link

"count" is a property, not a method #69

Open sryze opened 8 years ago

sryze commented 8 years ago

I'm not sure if count was a property when this style guide was written, but it is in current iOS SDK. I think this needs to be updated.