xcode syntax color coding explained?
Posted
by Max Fraser
on Stack Overflow
See other posts from Stack Overflow
or by Max Fraser
Published on 2010-06-18T01:48:13Z
Indexed on
2010/06/18
1:53 UTC
Read the original article
Hit count: 338
Can anyone give me a quick rundown of the color syntax meanings in xcode?
I am running into some problems and understanding the color coding I am sure will help me out. Currently I have some variables that are light blue and I think they need to be black but I am not sure of the difference?
masterViewController=[[UINavigationController alloc] initWithDestination: destination];
I believe my masterViewController here should be colored black and not the light blue it is currently colored - I am assuming I defined or initialized something wrong somewhere.
First day in xCode so I am pretty damn confused!
© Stack Overflow or respective owner