isInteractive
A Boolean value indicating whether the transition is currently interactive.
Declaration
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 property is set to false, the value of this property can be true only when the isInterruptible property is also true.