Post

Replies

Boosts

Views

Activity

Comment on iOS 26: Interactive sheet dismissal causes layout hitch in underlying SwiftUI view
No problem - thanks for the prompt response! I've attached an Instruments .trace capturing the hitch during interactive dismissal. It shows a clear spike in work, including ViewGraph.updateOutputs alongside UIKit layout work (UIView layoutSublayersOfLayer, _UIHostingView.layoutSubviews). Using LazyVStack mitigates the issue for the ScrollView repro - thank you, but I'm also seeing the same hitch on List-based screens where this doesn’t apply. Happy to provide any further info.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
3w
Comment on iOS 26: Toolbar button background flashes black during NavigationStack transitions (dark mode)
Thanks for confirming! I haven't been able to improve the behaviour when presenting via .sheet or .fullScreenCover - the flash still occurs consistently there. For push navigation, I've had better results with a scrollable destination view (not the case in the MRE I shared). In that case, the transition largely masks the issue and it becomes barely noticeable, although there is still a brief flash on initial appearance. I'll update here if I come across anything that improves it further.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Mar ’26
Comment on iOS 26: Interactive sheet dismissal causes layout hitch in underlying SwiftUI view
No problem - thanks for the prompt response! I've attached an Instruments .trace capturing the hitch during interactive dismissal. It shows a clear spike in work, including ViewGraph.updateOutputs alongside UIKit layout work (UIView layoutSublayersOfLayer, _UIHostingView.layoutSubviews). Using LazyVStack mitigates the issue for the ScrollView repro - thank you, but I'm also seeing the same hitch on List-based screens where this doesn’t apply. Happy to provide any further info.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
3w
Comment on Interactive Sheet dismiss laggy on iOS26
Hey, I've included a minimal reproducible example here: https://developer.apple.com/forums/thread/822769
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
3w
Comment on iOS 26: Toolbar button background flashes black during NavigationStack transitions (dark mode)
Thanks for confirming! I haven't been able to improve the behaviour when presenting via .sheet or .fullScreenCover - the flash still occurs consistently there. For push navigation, I've had better results with a scrollable destination view (not the case in the MRE I shared). In that case, the transition largely masks the issue and it becomes barely noticeable, although there is still a brief flash on initial appearance. I'll update here if I come across anything that improves it further.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’26