I’m using MPMusicPlayerController in my application. I’m setting a queue using method “setQueueWithItemCollection”. I’m able to play the songs, move to prev/next songs etc.
But how can I make MPMusicPlayerController play some 5th song from the queue?
I’m using MPMusicPlayerController in my application. I’m setting a queue using method setQueueWithItemCollection. I’m
Share
you have to maintain another list of queue in your application.
Then everytime, when you to jump to another song, get players current item, compare it from your array iterating through it and at the same time use skip to prev or next song from music player.
no other solution found.