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
[[MPMusicPlayerController systemMusicPlayer] play]; [[MPMusicPlayerController systemMusicPlayer] pause];