---
title: currentTipUpdates
framework: tipkit
role: symbol
role_heading: Instance Property
path: tipkit/tipgroup/currenttipupdates
---

# currentTipUpdates

Stream of tips that become eligible for display.

## Declaration

```swift
final var currentTipUpdates: some AsyncSequence<any Tip, Never> { get }
```

## See Also

### Getting the currently available tip

- [currentTip](tipkit/tipgroup/currenttip.md)
