---
title: isImmediatePresentationExpected
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiupdateinfo/isimmediatepresentationexpected
---

# isImmediatePresentationExpected

A Boolean value that indicates whether the system presents UI updates immediately upon completion.

## Declaration

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

## Discussion

Discussion The value of this property is true when the system presents UI updates immediately upon completion. Use this information to determine whether to minimize the complexity of the code you run during the UI update. Defer any processing that isn’t critical for the current UI update until after the UI update finishes. This value can change during the UI update.

## See Also

### Working with low-latency updates

- [isLowLatencyEventDispatchConfirmed](uikit/uiupdateinfo/islowlatencyeventdispatchconfirmed.md)
- [isPerformingLowLatencyPhases](uikit/uiupdateinfo/isperforminglowlatencyphases.md)
