For information I stumbled upon a regression with SwiftUI Slider
on iOS 26. Its onEditingChanged
closure might be called twice when interaction ends, with a final Boolean incorrect value of true
provided to the closure.
As a result apps cannot reliably rely on this closure to detect when an interaction with the slider starts or ends.
I filed a feedback under FB20283439 (iOS 26.0 regression: Slider onEditingChanged closure is unreliable).