views:

107

answers:

1

When user double-tap home button, the ipod controls shows on the screen. I want to allow user show ipod controls by tapping custom button in my application. Is any possibility to do it? Sorry for my english.

+1  A: 

To the best of my knowledge, the iPod pop up window isn't accessible programmatically. You could create your own using the MPMusicPlayerController class.

Justin Gallagher