Member-only story
What’s New in SwiftUI (2022)
I saw the WWDC video, so you don’t have to
Here’s a video I’ve just seen from WWDC, here are the highlights and, in the conclusion, what I think of it. So you don’t have to watch it (if you don’t want). If you do, please watch the video in the Apple developer portal rather than reading this article as this is really just my notes from that video
There’s nothing more to say, so let’s get started with this exploration!
Swift Charts | Data visualisations
Swift charts presents sensible defaults for something like the following:
Which uses the SwiftUI syntax to make charts easy to read.
Which develops a blue graph using round numbers on the y axis.
SwiftUI views can also be used within a chart.
Navigation
Strongly-typed navigation
NavigationStack
supports push and pop navigation, and you can have programatic control over a navigation…