Search Results

0
votes

instance variable/ method argument naming in Objective C

The sample code produced by Apple usually uses a "_" prefix. I think I also saw some using mFoo or m_foo. Some don't bother with prefixes at all and just use a normal name …