SwiftUI Weekly - Issue #153
The curated collection of links about SwiftUI. Delivered every Monday.
Reading
Mastering charts in SwiftUI. Scrolling.
Another feature we have been waiting for is scrolling charts. The latest version of the Swift Charts framework provides the functionality, allowing us to make any chart scroll in a few different ways. This week we will learn how to make our charts scroll, and the customization points the Swift Charts framework provides.
Animating Carrousel Transitions in SwiftUI
You were asked to create a carrousel where views transition very smoothly between each other.
How to show the app icon and version in a SwiftUI view
Displaying the app icon and version in your app is a great way to provide users, both internal (e.g. testers or stakeholders) and external, with a quick and easy way to identify both which version and variant of the app they are using.
SwiftData Saving Changes
How close is SwiftData to Core Data when deciding if it needs to save an object?
Code
Composable Architecture 1.0
After more than 3 years of development, 145 contributors, and 983 closed pull requests, the Composable Architecture has finally reached 1.0! 🎉
Videos
Advanced SwiftUI Tutorial: Build a Complex App with Swift Charts
In this advanced SwiftCharts tutorial, I will guide you through building a complex SwiftUI example. The demo app project is for bookstore owners, designed to optimize their sales process and track progress effectively.