SwiftUI Weekly - Issue #101
The curated collection of links about SwiftUI. Delivered every Monday.
Reading
Sharing Core Data With CloudKit in SwiftUI
Learn to share data between CoreData and CloudKit in a SwiftUI app.
Flow Navigation With SwiftUI
Times have changed and SwiftUI, NavigationView, and my own perspective are now different (and simpler!) so thought it was worthwhile re-evaluating.
SwiftUI Supporting External Screens
How do you make a SwiftUI app show content on an external screen?
Animated Rating View in SwiftUI.
Learn to create a modern animated rating view in SwiftUI for your projects.
Code
haxi0/LilNote
Very simple iOS note app written in SwiftUI.
Video
Build a Custom Popup in SwiftUI
In this video, we will look at how to build our own custom card in SwiftUI. To build a custom popup in SwiftUI. This will allow us to present a card on any of the views in our SwiftUI apps.
Visualizing Async Algorithms: Timeline View
We start a new project to visualize the algorithms from the new Swift Async Algorithms package.
In-App Subscriptions in SwiftUI made easy with Glassfy
This is the first video in a two part series where we look at adding in-app purchase subscriptions to a SwiftUI app using Glassfy. In this video we will focus on the AppStore Connect app setup and the glassfy setup so that your app can communicate with the AppStore though glassfy's simple process.