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

RWT prefix typo in constant definition #46

Closed armadilov closed 10 years ago

armadilov commented 10 years ago

In the preffered box you show: static NSTimeInterval const RWTutorialViewControllerNavigationFadeAnimationDuration = 0.3;

where you previously state to use 3 letter RWT prefix, so it should be: RWTTutorial(...)

ndubbs commented 10 years ago

Good catch! I'll fix that.