How do you implement an MPVolumeView?
Posted
by Emil
on Stack Overflow
See other posts from Stack Overflow
or by Emil
Published on 2010-05-08T20:47:51Z
Indexed on
2010/05/09
2:08 UTC
Read the original article
Hit count: 322
Hey!
I want the user to be able to change the system volume with a slider, and I realized the only way to do this is with an MPVolumeView.
But I can't find any example code for it, and every method I try to implement won't show up.
So what is the easiest and correct, working way of implementing a MPVolumeView?
© Stack Overflow or respective owner