---
title: shouldDisplay
framework: tipkit
role: symbol
role_heading: Instance Property
path: tipkit/tip/shoulddisplay
---

# shouldDisplay

A Boolean value that determines whether to display a tip.

## Declaration

```swift
var shouldDisplay: Bool { get }
```

## Discussion

Discussion This value returns true when a tip’s status is .available,  and false otherwise.

## See Also

### Monitoring tip status

- [status](tipkit/tip/status-swift.property.md)
- [statusUpdates](tipkit/tip/statusupdates.md)
- [shouldDisplayUpdates](tipkit/tip/shoulddisplayupdates.md)
- [Status](tipkit/tip/status-swift.typealias.md)
- [InvalidationReason](tipkit/tip/invalidationreason.md)
