views:

44

answers:

1

what is the transparent modal window that has the playback controls in the music player (iPod) of the iPhone? how can i use it in my app?

A: 

You can access and control the iPod playback through [MPMusicPlayerController iPodMusicPlayer], but beside MPVolumeView there a no built-in controls you can display in your app. You would have to design your own custom view.

Ole Begemann