What do the different symbols in the API section of the XCode Documentation mean? -
By looking at the API section on the left side of the XCode documentation, I always wonder what the symbols mean?
Is there any key in this?
Thank you!
rashiki
- C: class, such as
NSString < / Code> - M: Method, such as
-initWithString: -
: Define, such as
zero - The function, such as
CFStringAppend () - T: Typed, usually
K: constant, usually a code A member ofNSUTF8StringEncoding - G: Global instances, usually
such as strings NSDirectoryFileType
Comments
Post a Comment