---
title: percentComplete
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiviewcontrollertransitioncoordinatorcontext/percentcomplete
---

# percentComplete

Returns the percentage of completion for an interactive transition when it moves to its noninteractive phase.

## Declaration

```swift
var percentComplete: CGFloat { get }
```

## Return Value

Return Value The percentage of completion when an interactive transition moves to its noninteractive completion phase.

## Discussion

Discussion Use this value to determine how much of the interactive transition completed before the transition was canceled or moved to its final animations.

## See Also

### Getting the behavior attributes

- [presentationStyle](uikit/uiviewcontrollertransitioncoordinatorcontext/presentationstyle.md)
- [transitionDuration](uikit/uiviewcontrollertransitioncoordinatorcontext/transitionduration.md)
- [completionCurve](uikit/uiviewcontrollertransitioncoordinatorcontext/completioncurve.md)
- [completionVelocity](uikit/uiviewcontrollertransitioncoordinatorcontext/completionvelocity.md)
