<!--
{
  "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/MPVolumeSettingsAlertIsVisible()",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Media Player"
    ],
    "preciseIdentifier" : "c:@F@MPVolumeSettingsAlertIsVisible"
  },
  "title" : "MPVolumeSettingsAlertIsVisible()"
}
-->

# MPVolumeSettingsAlertIsVisible()

Returns a Boolean value indicating whether the volume alert panel is currently visible.

```
func MPVolumeSettingsAlertIsVisible() -> Bool
```

## Return Value

<doc://com.apple.documentation/documentation/Swift/true> if the volume alert is visible; otherwise, <doc://com.apple.documentation/documentation/Swift/false>.

---

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)