Post

Replies

Boosts

Views

Activity

Comment on Limit width of wheel style picker on iOS
Thank you! I've been waiting for so long for a solution. This works for me too, at least on iOS15 simulator. Does anyone know if it also works on iOS14? I used return CGSize(width: UIView.noIntrinsicMetric, height: UIView.noIntrinsicMetric) because the problem was also happening vertically for me.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Mar ’22
Comment on Limit width of wheel style picker on iOS
This has been driving me crazy since iOS15. I had a great workaround in iOS14 which completely broke functionality in iOS15. I've replaced most wheel pickers with menu pickers (but iOS15+ only, as the menu picker in iOS14 works differently) There's still an instance where I need to use a wheel picker because the menu picker won't let me show images or custom fonts. I also opened a feedback ticket but it doesn't look like anybody has seen it. I even used one of my tech support tickets to ask how to deal with it and they just told me to open a feedback request. Very frustrating. I'll keep watching this thread for a solution.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Dec ’21
Comment on Correct settings to setup Xcode/xcodebuild in a CI using automatically managed signing ? (Xcode 16)
Thanks, that's what I needed.
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’24
Comment on Limit width of wheel style picker on iOS
Thank you! I've been waiting for so long for a solution. This works for me too, at least on iOS15 simulator. Does anyone know if it also works on iOS14? I used return CGSize(width: UIView.noIntrinsicMetric, height: UIView.noIntrinsicMetric) because the problem was also happening vertically for me.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’22
Comment on Side by side Picker wheels failing in iOS 15
Unfortunately this is broken again in iOS15.1
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on Limit width of wheel style picker on iOS
This has been driving me crazy since iOS15. I had a great workaround in iOS14 which completely broke functionality in iOS15. I've replaced most wheel pickers with menu pickers (but iOS15+ only, as the menu picker in iOS14 works differently) There's still an instance where I need to use a wheel picker because the menu picker won't let me show images or custom fonts. I also opened a feedback ticket but it doesn't look like anybody has seen it. I even used one of my tech support tickets to ask how to deal with it and they just told me to open a feedback request. Very frustrating. I'll keep watching this thread for a solution.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’21