
Switching to SwiftUI Caused me to do a Re-Design
SwiftUI's auto layout helped me create a more visually appealing view.

Another way to use XCode Previews
I describe how to use previews to quickly view small components of your app.

Changing the Image Icon Color in a Label
Applying a .renderingMode(.template) to the Image property allows you to change the color of a custom Image icon in a label

Resize a custom Image icon in SwiftUI’s Label
Using the scaleEffect, I was able to resize the icons when they are custom images in the new Label view in SwiftUI.