<!--
{
  "availability" : [
    "iOS: 9.1.0 -",
    "iPadOS: 9.1.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PhotoKit",
  "identifier" : "/documentation/PhotosUI/PHLivePhotoBadgeOptions/overContent",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "PhotosUI"
    ],
    "preciseIdentifier" : "c:@E@PHLivePhotoBadgeOptions@PHLivePhotoBadgeOptionsOverContent"
  },
  "title" : "overContent"
}
-->

# overContent

Return a variant icon for use on a variable background such as an animating Live Photo view.

```
static var overContent: PHLivePhotoBadgeOptions { get }
```

## Discussion

By default, the [`livePhotoBadgeImage(options:)`](/documentation/PhotosUI/PHLivePhotoView/livePhotoBadgeImage(options:)) returns a solid-color image suitable for use as a template image, which you can then tint for appropriate display against a specific background. If the background content is busy, animated, or unknown, add this option to instead obtain an icon (not suitable for use as a template image) that provides extra contrast for better readability.

---

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)