SwiftUI Weekly - Issue #212
The curated collection of links about SwiftUI. Delivered every Monday.
Sponsor
Free mobile payments SDK by Square
Square’s new Mobile Payments SDK is free, and easy to embed—perfect for adding seamless in-app payments!
Reading
WWDC25 wishes
The World Wide Developers Conference, the largest event in the Apple development world, is just around the corner. Today, I’m excited to share my wishes for the upcoming WWDC 25, which is expected to be unveiled in two months.
Showing What's New Screens using @AppStorage
In this post, Jordan demonstrates how to create new screens in a SwiftUI app using the AppStorage property wrapper.
Plurals with SwiftUI
SwiftUI introduced new ways of working with plurals in code.
Text concatenation vs Text interpolation in SwiftUI
SwiftUI allows us to combine multiple Text
views into a single view using the plus (+
) operator. This enables us to apply different styles to individual parts of the text.
A Guide to the SwiftUI @Environment
The @Environment property wrapper in SwiftUI gives access to shared values across your app. Apple provides a wide range of values that are built-in to every app. These cover accessibility, layout, colours, and more. The system automatically updates the built-in environment values so that your app knows more about the environment it is running in.