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

# isInteractive

A Boolean value indicating whether the transition is currently interactive.

```
var isInteractive: Bool { get }
```

## Discussion

Every interactive transition has at least one noninteractive segment — namely, when it’s completing. In addition, you can design an interactive transition to have intermediate segments that are noninteractive.

If the [`initiallyInteractive`](/documentation/UIKit/UIViewControllerTransitionCoordinatorContext/initiallyInteractive) property is set to <doc://com.apple.documentation/documentation/Swift/false>, the value of this property can be <doc://com.apple.documentation/documentation/Swift/true> only when the [`isInterruptible`](/documentation/UIKit/UIViewControllerTransitionCoordinatorContext/isInterruptible) property is also <doc://com.apple.documentation/documentation/Swift/true>.

---

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)