---
title: currentTip
framework: tipkit
role: symbol
role_heading: Instance Property
path: tipkit/tipgroup/currenttip
---

# currentTip

Returns the current tip available for display.

## Declaration

```swift
@MainActor final var currentTip: (any Tip)? { get }
```

## See Also

### Getting the currently available tip

- [currentTipUpdates](tipkit/tipgroup/currenttipupdates.md)
