<!--
{
  "availability" : [
    "iOS: 2.0.0 - 11.3.0",
    "iPadOS: 2.0.0 - 11.3.0",
    "macCatalyst: 13.1.0 - 13.1.0"
  ],
  "documentType" : "symbol",
  "framework" : "MediaPlayer",
  "identifier" : "/documentation/MediaPlayer/MPVolumeSettingsAlertShow()",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Media Player"
    ],
    "preciseIdentifier" : "c:@F@MPVolumeSettingsAlertShow"
  },
  "title" : "MPVolumeSettingsAlertShow()"
}
-->

# MPVolumeSettingsAlertShow()

Displays an alert panel for controlling the system volume.

```
func MPVolumeSettingsAlertShow()
```

## Discussion

The alert panel displayed by this function floats above the contents of the current window. It contains a slider for adjusting the system volume setting and a Done button so that the user can dismiss the panel. You can also dismiss the panel programmatically using the [`MPVolumeSettingsAlertHide()`](/documentation/MediaPlayer/MPVolumeSettingsAlertHide()) function.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)