Is it possible to change global sound volume in iphone SDK?
Is it possible to change global sound volume from our app in 开发者_Python百科iphone SDK?
If yes, how?
Thanks!
The only way you can do that is throught MPVolumeView. There is no such code to make it louder unless the user do it throught the standard component. I think the reason is way it is not only an input control but when you change the volume in the phisical button it is displayed back in the MPVolumeView too.
精彩评论