---
title: redoCount
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/undomanager/redocount
---

# redoCount

The number of times you can invoke redo before there are no actions left to redo.

## Declaration

```swift
var redoCount: Int { get }
```

## See Also

### Managing undo and redo stack depth

- [levelsOfUndo](foundation/undomanager/levelsofundo.md)
- [undoCount](foundation/undomanager/undocount.md)
