---
title: "tipCornerRadius(_:antialiased:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/view/tipcornerradius(_:antialiased:)"
---

# tipCornerRadius(_:antialiased:)

Sets the corner radius for an inline tip view.

## Declaration

```swift
nonisolated func tipCornerRadius(_ cornerRadius: CGFloat, antialiased: Bool = true) -> some View

```

## See Also

### Providing tips

- [popoverTip(_:arrowEdge:action:)](swiftui/view/popovertip(_:arrowedge:action:).md)
- [popoverTip(_:isPresented:attachmentAnchor:arrowEdge:action:)](swiftui/view/popovertip(_:ispresented:attachmentanchor:arrowedge:action:).md)
- [popoverTip(_:isPresented:attachmentAnchor:arrowEdges:action:)](swiftui/view/popovertip(_:ispresented:attachmentanchor:arrowedges:action:).md)
- [tipAnchor(_:)](swiftui/view/tipanchor(_:).md)
- [tipBackground(_:)](swiftui/view/tipbackground(_:).md)
- [tipBackgroundInteraction(_:)](swiftui/view/tipbackgroundinteraction(_:).md)
- [tipImageSize(_:)](swiftui/view/tipimagesize(_:).md)
- [tipViewStyle(_:)](swiftui/view/tipviewstyle(_:).md)
- [tipImageStyle(_:)](swiftui/view/tipimagestyle(_:).md)
- [tipImageStyle(_:_:)](swiftui/view/tipimagestyle(_:_:).md)
- [tipImageStyle(_:_:_:)](swiftui/view/tipimagestyle(_:_:_:).md)
