tipViewStyle(_:)
Sets the given style for TipView within the view hierarchy.
Declaration
nonisolated func tipViewStyle(_ style: some TipViewStyle) -> some View
Parameters
- style:
The style to set.
Return Value
A view that uses the specified style on its child views.
Discussion
For more information on styling tips, see TipKit/TipViewStyle.
See Also
Providing tips
popoverTip(_:arrowEdge:action:)popoverTip(_:isPresented:attachmentAnchor:arrowEdge:action:)popoverTip(_:isPresented:attachmentAnchor:arrowEdges:action:)tipAnchor(_:)tipBackground(_:)tipBackgroundInteraction(_:)tipCornerRadius(_:antialiased:)tipImageSize(_:)tipImageStyle(_:)tipImageStyle(_:_:)tipImageStyle(_:_:_:)