tags:

views:

185

answers:

0

Hi, using iphone SDK 3.1.3. I want to use the alert to choose audio routes that the MPVolumeView class gives you however i want to do it via my own button. So my plan is to put the MPVolumeView (slider and button) underneath my AudioSources button so its not visible and then forward touch events from the button to a specific co-ordinate of the MpVolumeView ie the place where the alert button is( note this only appears when a Bluetooth headset is paired) so that it activates the button and shows the AudioRoute alert. This stops the slider from showing. How can i set this up up.

Why in the world Apple didn't just give us a simple API to call the alert is beyond me!

Thanks