Hacker News new | ask | show | jobs
by oesmith 4497 days ago
How about taking a look at the Google ObjC style guide? https://google-styleguide.googlecode.com/svn/trunk/objcguide...

I'm not convinced by private properties either. Use ARC and just define your ivars in the implementation.