Just a quick question from an Objective-C beginner: what does the asterisk in the parenthesis mean in the following sample code? Is it a pointer? Thanks in advance.
You are correct. The * means that description returns a pointer to an NSString object.