Friday, March 29, 2013

Objective-C Printing Various Objects


NSLog(@"%@", songTitle);
NSLog(@"%@", songDuration);
NSLog(@"%f", [songDuration floatValue]);
NSLog(@"%d", [songDuration integerValue]);

No comments:

Post a Comment