You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rnapier edited this page Mar 31, 2012
·
1 revision
Don't write explicit synthesizers (Use the new LLVM 4 auto synthesizers)
If you have a readonly property, write an explicit synthesizer prefixing the generated ivar with double underscores ()
Use of curly braces
Curly braces should be on a new line for methods
same line for conditions and loop structs
IBOutlets should always be in a private category inside the implementation file. .h file should be clean and expose only properties that can be set by the calling code.