Same problem here. It happens about 50% of the time with a Slider setup like this:
Slider(
value: $playerVm.curTime,
in: 0...playerVm.maxTime,
onEditingChanged: { editing in
playerVm.isDraggingTime = editing
}
)
Similar to the original report, when finished dragging the thumb, will get an instant editing value of false, and then a couple milliseconds later will get an editing value of true.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: