<!--
{
  "availability" : [
    "tvOS: 12.0.0 - 27.2.0"
  ],
  "documentType" : "symbol",
  "framework" : "TVUIKit",
  "identifier" : "/documentation/TVUIKit/TVMonogramView",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "TVUIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)TVMonogramView"
  },
  "title" : "TVMonogramView"
}
-->

# TVMonogramView

A specialized lockup view that contains a circular image of a person or the person’s initials, along with a footer view.

```
class TVMonogramView
```

## Overview

If you don’t provide an image, the system provides a generic placeholder image. If [`personNameComponents`](/documentation/TVUIKit/TVMonogramView/personNameComponents) is not `nil`, the system creates a localized monogram image using the first initials from the name components.

![A darkened image with a highlighted box along the left side. The box contains a round image with an actor’s initials inside of it.](images/com.apple.tvuikit/media-3016835@2x.png)

## Topics

### Configuring a Monogram

[`var personNameComponents: PersonNameComponents?`](/documentation/TVUIKit/TVMonogramView/personNameComponents)

The names used to create a monogram image.

[`var image: UIImage?`](/documentation/TVUIKit/TVMonogramView/image)

The custom image for the monogram.

[`var title: String?`](/documentation/TVUIKit/TVMonogramView/title)

The title for the monogram.

[`var subtitle: String?`](/documentation/TVUIKit/TVMonogramView/subtitle)

The subtitle for the monogram.

## Relationships

### Conforms To

[`UIFocusItem`](/documentation/UIKit/UIFocusItem)

[`UITraitEnvironment`](/documentation/UIKit/UITraitEnvironment)

[`UIFocusEnvironment`](/documentation/UIKit/UIFocusEnvironment)

[`UIContextMenuInteractionDelegate`](/documentation/UIKit/UIContextMenuInteractionDelegate)

[`Sendable`](/documentation/Swift/Sendable)

[`UIPopoverPresentationControllerSourceItem`](/documentation/UIKit/UIPopoverPresentationControllerSourceItem)

[`UITraitChangeObservable-67e94`](/documentation/UIKit/UITraitChangeObservable-67e94)

[`UIResponderStandardEditActions`](/documentation/UIKit/UIResponderStandardEditActions)

[`NSCoding`](/documentation/Foundation/NSCoding)

[`UIAppearance`](/documentation/UIKit/UIAppearance)

[`CALayerDelegate`](/documentation/QuartzCore/CALayerDelegate)

[`Hashable`](/documentation/Swift/Hashable)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`UICoordinateSpace`](/documentation/UIKit/UICoordinateSpace)

[`UIActivityItemsConfigurationProviding`](/documentation/UIKit/UIActivityItemsConfigurationProviding)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`UIAppearanceContainer`](/documentation/UIKit/UIAppearanceContainer)

[`UIUserActivityRestoring`](/documentation/UIKit/UIUserActivityRestoring)

[`CVarArg`](/documentation/Swift/CVarArg)

[`UIDynamicItem`](/documentation/UIKit/UIDynamicItem)

[`UIAccessibilityIdentification`](/documentation/UIKit/UIAccessibilityIdentification)

[`UIFocusItemContainer`](/documentation/UIKit/UIFocusItemContainer)

[`CLBodyIdentifiable`](/documentation/CoreLocation/CLBodyIdentifiable)

[`Equatable`](/documentation/Swift/Equatable)

### Inherits From

[`TVLockupView`](/documentation/TVUIKit/TVLockupView)

---

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)