How to NSLog an MPMediaItem ?
Or how to convert an MPMediaItem into an NSDictionary ? That’s pretty easy :
Or how to convert an MPMediaItem into an NSDictionary ? That’s pretty easy :
Si votre NSDictionary (ou NSMutableDictionary) s'appelle "myDictionary", utilisez : if ([myDictionary count]==0) { ... }
If your NSDictionary (or NSMutableDictionary) is named "myDictionary", just use : if ([myDictionary count]==0) { ... }