Great, thanks a lot! Yes, my app is a workout app, so I’ll keep an eye out on the documentation
Post
Replies
Boosts
Views
Activity
I found a solution for this issue, but it's not a SwiftUI solution: The thing is that most of the time, you don't want multiple pickers, but really just one picker with multiple components. I had to resort back to wrapping UIPickerView to get that, which works great. The solution on how to do that can be found in this topic: https://stackoverflow.com/questions/56567539/multi-component-picker-uipickerview-in-swiftui (not the pure SwiftUI solution).