What does the 'a' prefix represent in aString?

Posted by psoon on Stack Overflow See other posts from Stack Overflow or by psoon
Published on 2010-04-15T21:17:01Z Indexed on 2010/04/15 21:23 UTC
Read the original article Hit count: 128

I'm just looking at NSString.h and wonder why some method declaration args use (NSString *)string; while others use (NSString *)aString.

What are the conventions practiced here?

Thanks for any insight.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone