Comment on "
A Quick Objective-C 2.0 Tutorial
"
by j o a r — Aug 14, 09
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
"
Technorati Profile
Copyright © Scott Stevenson 2004-2006
by j o a r — Aug 14, 09
return [NSString stringWithFormat:@"%@ by %@. Released in %ld.", self.title, self.studio, self.yearReleased];