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

Updates Dot-Notation examples to iOS 8 SDK #58

Open ghost opened 9 years ago

ghost commented 9 years ago

In iOS 8 SDK, -[NSArray count] is not an instance method but a public property (NSArray.count). As specified in iOS 8.0 API Diffs

dkirbyfs5 commented 8 years ago

+1