Post

Replies

Boosts

Views

Activity

Comment on SwiftUI Gestures prevent scrolling with iOS 18
I decided to not use .simultaneousGesture and keep gesture support disabled for the moment. The problem is that with Swift Charts you can long press and reveal a RuleMark. The problem is that while I RuleMark is revealed the user can drag to reveal the RuleMark values for other entries in the chart. That is triggering my drag logic. As with scrolling, this was not a problem with iOS 17.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Sep ’24
Comment on Change in behavior for .isToggle trait
Thank you for responding. I actually was already using .accessibilityAddTraits(.isToggle). You can see it in the code I included. The issue was that with iPadOS 18 VoiceOver was always saying that my toggle was off when iPadOS 17 was not doing that. I filed FB15045849 about the documentation as requested.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Sep ’24
Comment on Trouble using more than one color with SF Symbols in tinted mode
Thanks for responding! That doesn't work for me in tinted mode. This results in an all white symbol. Image(systemName: "sun.horizon.fill") .symbolRenderingMode(.multicolor) This results in an all tinted symbol. Image(systemName: "sun.horizon.fill") .symbolRenderingMode(.multicolor) .widgetAccentable() This also results in an all tinted symbol. Image(systemName: "sun.horizon.fill") .symbolRenderingMode(.multicolor) .widgetAccentable() .foregroundStyle(.white, .tint)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Sep ’24
Comment on Image Playground files suddenly not available
I can provide more info if my code wasn't detailed enough.
Replies
Boosts
Views
Activity
Jan ’26
Comment on Should weather from the following day at midnight be used for the current day?
Appreciate the quick response! I think what's really confusing is that the comment in the code for (as an example) lowTemperateTime says "The time at which the low temperature occurs on this day." But the answer returned isn't a date on that day. I can add some code around this now that I know it's expected. Thank you!
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’25
Comment on SwiftUI Gestures prevent scrolling with iOS 18
I'm still experiencing it also. Just tried a test to see if it was fixed in iOS 18.2 but it's not.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’24
Comment on SwiftUI Gestures prevent scrolling with iOS 18
I decided to not use .simultaneousGesture and keep gesture support disabled for the moment. The problem is that with Swift Charts you can long press and reveal a RuleMark. The problem is that while I RuleMark is revealed the user can drag to reveal the RuleMark values for other entries in the chart. That is triggering my drag logic. As with scrolling, this was not a problem with iOS 17.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’24
Comment on SwiftUI Gestures prevent scrolling with iOS 18
Same behavior in the RC. I'm going to have to disable gesture support in my app until I can find a way around this problem.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’24
Comment on Change in behavior for .isToggle trait
Thank you for responding. I actually was already using .accessibilityAddTraits(.isToggle). You can see it in the code I included. The issue was that with iPadOS 18 VoiceOver was always saying that my toggle was off when iPadOS 17 was not doing that. I filed FB15045849 about the documentation as requested.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’24
Comment on Trouble using more than one color with SF Symbols in tinted mode
Thanks for responding! That doesn't work for me in tinted mode. This results in an all white symbol. Image(systemName: "sun.horizon.fill") .symbolRenderingMode(.multicolor) This results in an all tinted symbol. Image(systemName: "sun.horizon.fill") .symbolRenderingMode(.multicolor) .widgetAccentable() This also results in an all tinted symbol. Image(systemName: "sun.horizon.fill") .symbolRenderingMode(.multicolor) .widgetAccentable() .foregroundStyle(.white, .tint)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’24
Comment on Location requested in WeatherService monthlyStatistics() does NOT match the location in the response
Perfect. I'll just change my max of 100m away to 111m and I'll be done. Thank you for the answer!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’24
Comment on SwiftUI Gestures prevent scrolling with iOS 18
Will do! No change with Version 16.0 beta 4 (16A5211f).
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’24
Comment on Mismatch between DayWeather date and HourWeather date
Thank you Kevin. I really appreciate you responding so quickly. I need to think about how I'm going to handle this.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’24
Comment on Hourly precipitation amounts seem drastically low
Thanks for doing that! I had already included similar screenshots in my feedback.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’24
Comment on WeatherKit not returning gust in DayWeather
No. I had another developer verify they are seeing this issue also, but I haven’t received any response to this inquiry. i’d recommend also opening feedback so they know another person is experiencing this.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’23
Comment on Subscription "Waiting for review" status stuck after been approved
Contact developer support. They reached out to the dept that handles subscription review and eventually mine were approved after that.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Feb ’23
Comment on Can't manage my sandbox account
Filed FB11980600
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Feb ’23
Comment on Getting WeatherKit error WeatherDaemon.WDSJWTAuthenticatorService.Errors
I want to profusely thank you for sharing these tips AND for putting that section in bold. It's what finally made me realize that I only had it enabled in one of the tabs.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’23