SwiftUI Weekly - Issue #220
The curated collection of links about SwiftUI. Delivered every Monday.
Reading
Glassifying custom SwiftUI views
We already talked about glassifying tabs and toolbars in SwiftUI. This week, we will continue the topic of the new Liquid Glass design language and will talk about applying this concept to custom views.
Presenting Liquid Glass sheets in SwiftUI on iOS 26
iOS 26 introduces the new Liquid Glass design, which brings updates to the appearance and behavior of sheets in SwiftUI. In this post, we'll explore these changes and how we can adopt them in our apps.
Handling WebView navigation in SwiftUI
A key feature of web browsing is the ability to move backward and forward through your navigation history. In this post, we'll explore how to handle navigation in WebView and WebPage.
Supporting Reduced Motion accessibility setting in SwiftUI
Learn how to respect system settings for reduced motion to improve usability for motion-sensitive users.
Structuring Spacing for Scalable Mobile UIs
In growing teams and evolving codebases, maintaining visual consistency is a challenge, especially in mobile apps where layouts must adapt to different devices, screen sizes, and use cases. One of the easiest places for inconsistencies to creep in is spacing.