Post

Replies

Boosts

Views

Activity

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 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 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 App Intent not Discoverable by Siri
Thanks for sharing this. I thought that Siri was not running my shortcut because it was misunderstanding my app name but this made me think differently.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on VoiceOver ignoring UICalendarView day decorations
Thank you so much for the quick response.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on Xcode 14 beta 3: Widget archival failed due to image being too large
Thank you so much for sharing this. I opened a TSI and was told to open feedback for a bug. This fixed my widget that was working fine when I last built it for iOS 15.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’22
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
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 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 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 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 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 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 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 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 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 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 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