---
title: SiriTipViewStyle
framework: appintents
role: symbol
role_heading: Structure
path: appintents/siritipviewstyle
---

# SiriTipViewStyle

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

## Declaration

```swift
struct SiriTipViewStyle
```

## Overview

Overview Specify a SiriTipViewStyle value when you add a SiriTipUIView or SiriTipView type to your interface. For the SiriTipView type, specify the style using the siriTipViewStyle(_:) modifier.

## Topics

### Getting the styles

- [automatic](appintents/siritipviewstyle/automatic.md)
- [dark](appintents/siritipviewstyle/dark.md)
- [light](appintents/siritipviewstyle/light.md)

## See Also

### Tip views

- [SiriTipUIView](appintents/siritipuiview.md)
- [SiriTipView](appintents/siritipview.md)
