Create an MPMediaPickerController
so you can select music from your iPod, then in the mediaPicker:didPickMediaItems:
do the following:
MPMusicPlayerController* playa; playa = [MPMusicPlayerController applicationMusicPlayer]; [playa setQueueWithItemCollection:mediaItemCollection]; [playa play];
source share