I am working on a list of code from a book and has a couple of variables (in particular, NSString *) declared and initialized in @implementation, not @interface, but outside of any method body. I have not seen this before, and I wonder what the difference is in scale, etc.
I had a quick look at the Objective-C programming language, but I don't see anything describing what it is.
thank
Andy
source
share