---
title: estimatedPresentationTime
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiupdateinfo/estimatedpresentationtime
---

# estimatedPresentationTime

The time interval that represents an estimate for when current UI update changes become visible onscreen.

## Declaration

```swift
var estimatedPresentationTime: TimeInterval { get }
```

## Discussion

Discussion This time is an estimate, so the actual time when changes become visible might differ.

## See Also

### Getting information about timing

- [modelTime](uikit/uiupdateinfo/modeltime.md)
- [completionDeadlineTime](uikit/uiupdateinfo/completiondeadlinetime.md)
