SwiftUI Weekly - Issue #135
The curated collection of links about SwiftUI. Delivered every Monday.
Sponsor
RevenueCat
Add subscriptions to your app in minutes with RevenueCat. See why 20,000+ apps use RevenueCat to power in-app purchases and subscriptions. Learn more here
Reading
SwiftUI Toolbar: Everything You Need to Know
In this article, we will explore a lot about the SwiftUI Toolbar API. The toolbar is very very important for SwiftUI navigation and not only navigation but also static views.
Blendmode trick: SwiftUI reverse mask
SwiftUI has the mask(alignment:_:)
modifier that masks the view using the alpha channel of the given view. The reverse function is not part of SwiftUI though, but can easely be made using a blendmode trick.
Handling status bar color scheme and visibility in SwiftUI
As we’ve previously looked at how to implement offset tracking as well as stretchable and sticky headers for SwiftUI scroll views, let’s look at how to handle status bar tint and visibility.
Videos
Building an app with Vapor and SwiftUI
In this stream, I'll work on creating an API call using Alamofire and making it work with TCA. I'll be getting the list of projects from the database
String Pluralization in SwiftUI
In this video, we'll be exploring the powerful tools that SwiftUI offers for working with strings in different pluralities. With SwiftUI's built-in support for inflection, you can easily adapt your app's interface to handle varying amounts of data in a way that feels natural to your users.