How to get the play list of song currently playing in iphone programmatically? I could use the following code to get the song's artist:
[currentItem valueForProperty: MPMediaItemPropertyArtist]
I couldn't find the property for the song's playlist.
How to get the play list of song currently playing in iphone programmatically? I could use the following code to get the song's artist:
[currentItem valueForProperty: MPMediaItemPropertyArtist]
I couldn't find the property for the song's playlist.