Post

Replies

Boosts

Views

Activity

Comment on SwiftUI's tabViewBottomAccessory API Cannot Control Visibility in iOS 26.1
I’m surprised this is framed as “missing functionality” rather than a regression. First, being able to suppress a miniplayer (a use case this API appears tailor-made for) when appropriate is an incredibly reasonable expectation. Second, it worked as OP describes in 26.0, including the betas I tested. Adopting the new API to align with the platform design language, only to see this change/breakage in the first dot release, is disappointing from a developer-experience standpoint
Topic: UI Frameworks SubTopic: SwiftUI
Oct ’25
Comment on BGTaskScheduler crashes on iOS 18.4
Additional info: The symbolic breakpoints are not needed to understand this. Launching the app from a home screen widget doesn't even execute my App's body until the app is foregrounded. In 18.3 and earlier it did. Since the .backgroundTask modifier is applied to the WindowGroup (inside the body), we're in trouble re: making the registrations happen during launch. @DTS Engineer Can you please raise the visibility of the issue outside the CoreOS team so the SwiftUI folks get involved?
Mar ’25
Comment on Zoom navigation transitions for tabViewBottomAccessory are not working in SwiftUI with ObservableObject or Observable
I filed what appears to be the same issue a long time ago in FB20772137
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’26
Comment on SwiftUI's tabViewBottomAccessory API Cannot Control Visibility in iOS 26.1
I’m surprised this is framed as “missing functionality” rather than a regression. First, being able to suppress a miniplayer (a use case this API appears tailor-made for) when appropriate is an incredibly reasonable expectation. Second, it worked as OP describes in 26.0, including the betas I tested. Adopting the new API to align with the platform design language, only to see this change/breakage in the first dot release, is disappointing from a developer-experience standpoint
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Oct ’25
Comment on 'tabViewBottomAccessory' leaves an empty container when conditionally hidden
Same: FB20425139 IMHO, this is a serious regression in 26.1
Topic: Design SubTopic: General
Replies
Boosts
Views
Activity
Oct ’25
Comment on BGTaskScheduler crashes on iOS 18.4
Additional info: The symbolic breakpoints are not needed to understand this. Launching the app from a home screen widget doesn't even execute my App's body until the app is foregrounded. In 18.3 and earlier it did. Since the .backgroundTask modifier is applied to the WindowGroup (inside the body), we're in trouble re: making the registrations happen during launch. @DTS Engineer Can you please raise the visibility of the issue outside the CoreOS team so the SwiftUI folks get involved?
Replies
Boosts
Views
Activity
Mar ’25