Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am currently playing audio through AudioQueues. I would like to allow users to connect to Airplay devices.

If I create an MPVolumeView and use the 'showsRouteButton' to display the route button I can successfully connect.

Is there a way to change the Audio Route to Airplay without using the MPVolumeView? Or a simpler Apple view that is just the route button?

share|improve this question

1 Answer

up vote 1 down vote accepted

I don't think there is any other way to show the airplay route button (at least in current SDK iOS 5.1).. If you want to show AirPlay options you have to use MPVolumeView..

share|improve this answer
1  
I found I can customize the MPVolumeView, so this will work mAirPlayBtn.showsVolumeSlider = false; – TurqMage Jan 12 '12 at 23:11
yes you can hide showsVolumeSlider from MPVolumeView – Saurabh Jan 13 '12 at 5:34

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.