Ios swift – Unexpected Behavior with SwiftUI Slide Transition Using Shared Offset
I'm experiencing some unexpected behavior with a slide transition in a SwiftUI view. I have a series of slides within an HStack that I want to animate through when a button is pressed. I expected that I'd need to calculate…