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).
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jan ’22
Comment on How to access the Action Button on the Apple Watch Ultra
Great, thanks a lot! Yes, my app is a workout app, so I’ll keep an eye out on the documentation
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22
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).
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’22