I am a bit confused about the symbols that I get when typing anything in Xcode that corresponds to a defined class,enum or anything else.Suppose when we type UITableView on Xcode then we get support string like this.
So the symbols which we are getting in the extreme left like C for Tableview and that I suppose to my understanding corresponds to a class.Similarly we get V I think for variable or K may be for enum.
I want to know what we call these symbols and is there any basic criteria that a symbol like k is defined for enum?Also what are the significance of those symbols
?
There are also some conditions for which symbols are not defined
.Like suppose we write int there is no symbol for int as we can see below.
There are also some symbols like # and T used in the above image.What are the significance of those.Please give me some brief idea about this topic and suggest me some tutorial if possible.Thanks.