Today we recap a bunch of things we looked at in the last two weeks of short videos. It was a bit of a struggle to get this in at under one minute but I managed 😅
@chris how would one determine the “right” value to use as the relative TextStyle for the ScaledMetric? Just wondering how you arrived at the `.title` value.
@taichimaster I did, and I tried to match it to the closest dynamic type style in this table: https://www.swiftuifieldguide.com/layout/dynamic-type/#TjHy81-dynamic-type-sizes
Dynamic Type - SwiftUI Field Guide

Dynamic Type and ScaledMetric lets us scale fonts and other values based on the user's preferences.

SwiftUI Field Guide