On iOS 26 I’m seeing a small stutter when dismissing a SwiftUI .sheet with the swipe-down gesture. The same code was smooth on iOS 18. Has anyone else experienced this issue?
Interactive Sheet dismiss laggy on iOS26
Do you get the same issue in test project that only contains a sheet?
I'm seeing the same thing. It seems to be worse when the underlying screen is more complicated. The SwiftUI body isn't being re-rendered but I still get this stutter. Were you able to improve this behaviour @j0nas00?