---
title: "siriTipViewStyle(_:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/view/siritipviewstyle(_:)"
---

# siriTipViewStyle(_:)

Sets the given style for SiriTipView within the view hierarchy

## Declaration

```swift
nonisolated func siriTipViewStyle(_ style: SiriTipViewStyle) -> some View

```

## Parameters

- `style`: The style to set.

## Return Value

Return Value A view that uses the specified style on its child views.

## See Also

### App intents

- [appEntityIdentifier(_:)](swiftui/view/appentityidentifier(_:).md)
- [appEntityIdentifier(forSelectionType:identifier:)](swiftui/view/appentityidentifier(forselectiontype:identifier:).md)
- [appEntityUIElements(_:)](swiftui/view/appentityuielements(_:).md)
- [onAppIntentExecution(_:perform:)](swiftui/view/onappintentexecution(_:perform:).md)
- [shortcutsLinkStyle(_:)](swiftui/view/shortcutslinkstyle(_:).md)
