Comment on "
A Quick Objective-C 2.0 Tutorial
"
by j o a r — Aug 15
You can certainly do that. Would have to change it like this though:
return [NSString stringWithFormat:@"%@ by %@. Released in %ld.", self.title, self.studio, self.yearReleased];
Back to "
A Quick Objective-C 2.0 Tutorial
"
Copyright © Scott Stevenson 2004-2015
by j o a r — Aug 15
return [NSString stringWithFormat:@"%@ by %@. Released in %ld.", self.title, self.studio, self.yearReleased];