SwiftUI Weekly - Issue #182
The curated collection of links about SwiftUI. Delivered every Monday.
Reading
Deep linking for local notifications in SwiftUI
Notifications are crucial for keeping users engaged with your app. Almost all of my apps provide notifications that not only launch the app but also navigate to different parts of the app. Today, I want to share how I build deep links for local notifications in my apps.
How to do pagination in SwiftUI
An example of how we do it in the Medium iOS Application.
Passing One SwiftUI View as a Parameter to Another SwiftUI View
We will go over the easiest way to pass one view to another and a slightly more advanced method that will allow your view API to look and feel more like an official SwiftUI view API.
Localize a SwiftUI app
Boost app engagement and market reach through effective and easy localization.
Exploring SwiftUI: HStack and VStack with Zero Spacing
In SwiftUI, VStack
and HStack
components help in arranging views vertically and horizontally. However, their default spacing can vary across different operating systems, catering to each platform's specific needs.
Creating Shapes from SVG in a SwiftUI app
Learn how to create SwiftUI shapes out of SVG images.