---
title: livePhotoBadgeView
framework: photosui
role: symbol
role_heading: Instance Property
path: photosui/phlivephotoview/livephotobadgeview
---

# livePhotoBadgeView

A view for displaying Live Photo status.

## Declaration

```swift
var livePhotoBadgeView: NSView? { get }
```

## Discussion

Discussion The PHLivePhotoView uses this subview to display icons indicating the existence or status of Live Photo content. Photos manages the content displayed in the badge view, so you don’t need to do anything with view’s content—instead, this property provides access to the badge view so you can change where it appears in your view hierarchy if needed. For example, if you display a Live Photo view within a scroll view, you can move the badge view so that its position remains constant while the scroll view scrolls.

## See Also

### Accessing User Interface Icons for Live Photos

- [livePhotoBadgeImage(options:)](photosui/phlivephotoview/livephotobadgeimage(options:).md)
