objective c - Is it possible to show all songs in ios without showing MPMediaPickerController -


i'm trying access songs in ios device. searches, found out need use mpmediapickercontroller. i'm creating media picker , choosing songs. there shortcut songs without showing mpmediapickercontroller , picking songs.

the other option use mpmediaquerry: http://developer.apple.com/library/ios/#documentation/mediaplayer/reference/mpmediaquery_classreference/reference/reference.html#//apple_ref/doc/uid/tp40008220

but wouldn't call "a shortcut"...


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -