<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/SiriTipUIView",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "App Intents",
      "UIKit"
    ],
    "preciseIdentifier" : "c:@M@_AppIntents_UIKit@objc(cs)SiriTipUIView"
  },
  "title" : "SiriTipUIView"
}
-->

# SiriTipUIView

A view that displays the phrase a person uses to invoke an App Shortcut.

```
@MainActor @objc @preconcurrency final class SiriTipUIView
```

## Overview

You must call `UISiriTip/setIntent(intent:)` before displaying the view.

## Topics

### Creating a tip view

[`init(style:)`](/documentation/AppIntents/SiriTipUIView/init(style:))

A view that displays the phrase for an App Shortcut.

### Getting the view style

[`style`](/documentation/AppIntents/SiriTipUIView/style)

The style to use for the view.

[`SiriTipViewStyle`](/documentation/AppIntents/SiriTipViewStyle)

The styles to apply to the tip views you use to display spoken phrases.

### Getting the view’s configuration

[`allowsDismissal`](/documentation/AppIntents/SiriTipUIView/allowsDismissal)

Indicates if the tip view should display a dismissal button

[`isPresented`](/documentation/AppIntents/SiriTipUIView/isPresented)

Determines if the view should be presented to the user.

## Relationships

### Conforms To

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[`CMBodyIdentifiable`](/documentation/CoreMotion/CMBodyIdentifiable)

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

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

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

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

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

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

[`AppEntityAnnotatable`](/documentation/AppIntents/AppEntityAnnotatable)

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

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

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

### Inherits From

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

---

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)