I would like to know about how to control IPhone's volume control in swift 3 when you have been down volume or up volume? I want to control it with my UISlider Volume to make it the same IPhone event.
Thank you!
I would like to know about how to control IPhone's volume control in swift 3 when you have been down volume or up volume? I want to control it with my UISlider Volume to make it the same IPhone event.
Thank you!
To control the volume, just drag a view in Interface Builder (not View Controller, just View) then at the custom class type MPVolumeView. When you run the app on a real device (in simulator it does not show), you will be able to control the volume.