NSLog(@"%@", songTitle); NSLog(@"%@", songDuration); NSLog(@"%f", [songDuration floatValue]); NSLog(@"%d", [songDuration integerValue]);
No comments:
Post a Comment