Auto Resizable Text Size In SwiftUI
When working on watchOS app I wanted to display text as big as possible for given frame. Additionally, I wanted to achieve this on every Apple Watch screen size without hardcoding any values. Doing this for one `Text` view is a little strange but simple in SwiftUI. However "syncing" the same *dynamic* font size across multiple text views and preserving layout was an interesting challange.