その nsstring オブジェクトを表示しようとすると、次のようになります。
合計時間: l
その代わりに取得したい: 02:35
どうやってするか ?ありがとうございました!
allTime = [NSString stringWithFormat:@"%l/%l", mins, secs];
for(Playlists *thePL in collection)
{
NSLog(@"===NEXT PLAYLIST===");
NSLog(@"Name: %@", thePL.namePL);
NSLog(@"Quantity of songs: %i", thePL.entries);
NSLog(@"Total of time: %@",thePL.allTime);
}