A Boolean value that indicates whether the transaction originated from an action that produces a sequence of values.
SDKs
- iOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
- Xcode 11.0+
Framework
- Swift
UI
Declaration
var isContinuous: Bool { get set }
Discussion
This value is true
if a continuous action created the transaction, and is false
otherwise. Continuous actions include things like dragging a slider, as opposed to single-tapping it.