---
title: currentUpdateInfo()
framework: uikit
role: symbol
role_heading: Instance Method
path: uikit/uiupdatelink/currentupdateinfo()
---

# currentUpdateInfo()

Returns an object that describes the current UI update state.

## Declaration

```swift
func currentUpdateInfo() -> UIUpdateInfo?
```

## Return Value

Return Value During a UI update, returns a UIUpdateInfo object that describes the current UI update state. Outside a UI update, returns nil.

## See Also

### Getting the current UI update information

- [UIUpdateInfo](uikit/uiupdateinfo.md)
