.containerBackground(Color.clear, for: .navigation) is nice to get glass backgrounds in a nav stack in a sheet indeed.
Beware this transition glitch issue though if you have opaque views in the stack - workaround is to set a container background for them, too: https://swiftui-garden.com/Misc/iOS-26/View-Stuck-in-background-during-transitions-in-a-nav-stack-with-glass-backgrounds
If we want to take advantage of the new iOS 26 Liquid Glass appearance for sheets that include forms or push views onto a navigation stack in SwiftUI, we have do some extra setup. I've just published a post showing how this can be done: https://nilcoalescing.com/blog/LiquidGlassSheetsWithNavigationStackAndForm
#iOSDev #SwiftUI
I love how #SwiftUI makes it easy to compose functionality like this, where I can just wrap another screen and add Premium-specific behavior to it. Here, the screen checks if Premium is active, else disables the screen, presents a premium modal, and only dismisses itself if the premium modal is dismissed without activating Premium.

I love how #SwiftUI makes it easy to compose functionality like this, where I can just wrap another screen from KeyboardKit Pro in the KeyboardKit app and add Premium-specific behavior to it. Here, the app-specific screen checks if Premium is active, else disables the screen and presents a premium modal that dismisses the original screen when the premium screen is dismissed.

Seems like an oversight that using systemBackground for your LaunchScreen background does not adjust to the elevation, e.g. it should be black for fullscreen but gray for windows. You can see it going from black to the final color when it finishes launching. #SwiftUI #UIKit
This is a tricky one:
I'm seeing a bug on iOS 26 where in a NavigationStack in a .sheet, after going back once, the transition from a view with opaque background -> glass background is broken. The old screen stops moving in the middle of the transition, stays for a little while, then disappears abruptly, as seen at the end of this video.
Anyone seen this too?
Any ideas for how I could work around this?
FB / example code here: https://swiftui-garden.com/Misc/iOS-26/View-Stuck-in-background-during-transitions-in-a-nav-stack-with-glass-backgrounds
Why 90% of SwiftUI Apps Get Dependency Injection Wrong
https://azamsharp.com/2025/09/08/why-90-percent-swiftui-apps-gets-dependency-injection-wrong.html
Hats off to the Apple design team! 🤯 The new Liquid Glass tab bar in iOS 26 is pure magic.
The way it shifts as you scroll is buttery smooth, and the translucent, glossy material lets the content beneath peek through perfectly. ✨
My simulation video doesn't do the real-life fluidity justice! This is next-level UI polish. 👏👏
#apple #UIDesign #liquidglass #UX #iOSDev #swiftui #swift #appledev #ios26
I keep poking this box labeled #SwiftUI. Sometimes candy comes out, sometimes murder hornets.
Any recommendations for current-gen iPhone screenshot mockups with hands? #SwiftUI #UIKit
With so many little tweaks necessary, testing the iOS 26 update takes a lot more time than usual, having to carefully test everything four times (iOS 18, 26 × iPhone, iPad).
🤞 fingers crossed there's no change in the RC that breaks my particular set of workarounds artisanly piled on top of each other.
Multi-Option List Sorting in SwiftUI
https://azamsharp.teachable.com/courses/azamsharp-pro-for-all-content/lectures/63045597