Skip to content

Instantly share code, notes, and snippets.

@domkck
Created April 15, 2012 16:03
Show Gist options
  • Save domkck/2393583 to your computer and use it in GitHub Desktop.
Save domkck/2393583 to your computer and use it in GitHub Desktop.
MPMediaQuery use
MPMediaQuery* query = [MPMediaQuery songsQuery];
[query addFilterPredicate:[MPMediaPropertyPredicate predicateWithValue:@"The Beatles" forProperty:MPMediaItemPropertyArtist comparisonType:MPMediaPredicateComparisonEqualTo]];
[query setGroupingType:MPMediaGroupingAlbum];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment