<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.0.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIViewControllerTransitionCoordinatorContext/percentComplete",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UIViewControllerTransitionCoordinatorContext(py)percentComplete"
  },
  "title" : "percentComplete"
}
-->

# percentComplete

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

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

## Return Value

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

## Discussion

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)