Hey.
I have a project with a MPVolumeView
in it. It is set up, and it works, the only thing is that when I mute the device, the text "No Volume Available"
comes up instead of the MPVolumeView
. I would rather like the slider of the MPVolumeView
to be disabled when the device is muted.
The volumeView is initialized in the view volumeBounds
, with that view's bounds.
MPVolumeView *volumeView = [[[MPVolumeView alloc] initWithFrame:volumeBounds.bounds] autorelease];
[volumeBounds addSubview:volumeView];
[volumeView sizeToFit];
Thanks :)
If you are interested in helping me with something else, check out this question