<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITextItemMenuPreview",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UITextItemMenuPreview"
  },
  "title" : "UITextItemMenuPreview"
}
-->

# UITextItemMenuPreview

An object representing the preview for a text item.

```
@interface UITextItemMenuPreview : NSObject
```

## Topics

### Instance Methods

[`- (instancetype) initWithView:(UIView *) view;`](/documentation/UIKit/UITextItemMenuPreview/initWithView:)

Show the specified preview view for the given text item.

### Type Methods

[`+ (instancetype) defaultPreview;`](/documentation/UIKit/UITextItemMenuPreview/defaultPreview)

Show the default system preview for the given text item.

## Relationships

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)