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

# percentComplete

The amount of the transition (specified as a percentage of the overall duration) that’s complete.

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

## Discussion

The value in this property reflects the last value passed to the [`update(_:)`](/documentation/UIKit/UIPercentDrivenInteractiveTransition/update(_:)) method.

## See Also

[`update(_:)`](/documentation/UIKit/UIPercentDrivenInteractiveTransition/update(_:))

Updates the completion percentage of the transition.



---

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)