<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 10.0.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UserNotificationsUI",
  "identifier" : "/documentation/UserNotificationsUI/UNNotificationContentExtension/mediaPlayPauseButtonTintColor",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "User Notifications UI"
    ],
    "preciseIdentifier" : "c:objc(pl)UNNotificationContentExtension(py)mediaPlayPauseButtonTintColor"
  },
  "title" : "mediaPlayPauseButtonTintColor"
}
-->

# mediaPlayPauseButtonTintColor

The tint color for the media playback button.

```
@NSCopying optional var mediaPlayPauseButtonTintColor: UIColor { get }
```

## Discussion

If you implement the
[`mediaPlayPauseButtonFrame`](/documentation/UserNotificationsUI/UNNotificationContentExtension/mediaPlayPauseButtonFrame) property, you
can also implement this property and use it to specify the tint color to
apply to the button. If you don’t implement this property, the system uses a
default color for the tint color.

---

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)