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.