Reputation: 457
Looking at the API section on the left side of the XCode Documentation, I've always wondered what the symbols mean?
For instance, there's a "K" in a green square, a "T" in an orange square, an "M" in a blue square, etc.
Is there a key for these?
Thanks!
Rashiki
Upvotes: 2
Views: 329
Reputation: 513
I'm going to expand the list for XCode circa late 2011:
C: Class
M: Method
#: Define
f: Function
T: Typedef
K: Constants
G: Global instance
V: Keys for a dictionary and KVO/KVC
E: Enumeration
P: Property
(books,papers): Library
(a book): Category or conceptual document
(XCode icon): Sample code project
(sheet of paper): Document page or section
?: Help article
Upvotes: 2
Reputation: 25619
NSString
-initWithString:
nil
CFStringAppend()
NSStringEncoding
NSUTF8StringEncoding
NSDirectoryFileType
Upvotes: 4