Post

Replies

Boosts

Views

Activity

Comment on Limit width of wheel style picker on iOS
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).
Jan ’22