IOS - Pause and Unpause Currently Playing Music

后端 未结 1 1519
情歌与酒
情歌与酒 2021-01-15 12:28

I am working on a IOS app that I want to have the functionality to pause and unpause music that is currently playing through the ipod, just like the ipod\'s play/pause butto

1条回答
  •  梦毁少年i
    2021-01-15 12:51

    [[MPMusicPlayerController systemMusicPlayer] play];
    [[MPMusicPlayerController systemMusicPlayer] pause];
    

    0 讨论(0)
提交回复
热议问题