when we type NSInteger
in Xcode
, then a symbol shows before it like: C, #, T etc.
So what is that symbol stands for?
I share a screenshot please anybody can guide me ?
Here is the list:
T - typedef
C - Class
# - #define
V - Property
K - Constant
f - C Function
M - Objective C Method
Here is a more complete list of symbols, taken from this question.
# = macro (think #define)
C = modeled class
M = modeled method
P = modeled property
N = C++ namespace
C̲ = Objective-C category
E = enum
T = typedef
B = binding
ƒ = function
F = field
K = constant
L = local variable
O = IBOutlet
V = variable (can be ivar, global var, local var, etc.)
x = parameter (think f(x))
A = IBAction
M = method
P = property
C = class (Objective-C or C++)
₠ = class extension
Pr = Objective-C protocol
S = struct
U = union
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With