A Boolean value indicating whether the transition animations can be interrupted.
Required.
SDKs
- iOS 10.0+
- Mac Catalyst 13.0+
- tvOS 10.0+
Framework
- UIKit
Declaration
@property(nonatomic, readonly) BOOL isInterruptible;
A Boolean value indicating whether the transition animations can be interrupted.
Required.
SDKs
Framework
@property(nonatomic, readonly) BOOL isInterruptible;
initially Interactive
A Boolean value indicating whether the transition started as an interactive transition.
Required.
interactive
A Boolean value indicating whether the transition is currently interactive.
Required.
animated
A Boolean value indicating whether the transition is explicitly animated.
Required.
cancelled
A Boolean value indicating whether an interactive transition was cancelled.
Required.