Your First iOS & SwiftUI App: An App from Scratch, Episode 5: SwiftUI View Modifiers | Kodeco, the new raywenderlich.com

Learn how you can use SwiftUI View Modifiers like shadow, corner radius, or border to modify the style of your views.


This is a companion discussion topic for the original entry at https://www.kodeco.com/28797163-your-first-ios-swiftui-app-an-app-from-scratch/lessons/5

In Xcode 14.2, the .kerning modifier now applies to views. It says, "Sets the space…for the text in this view. So, it can now remain at the end of the list of modifiers without error. This doesn’t take away from the point being made here that very often “order matters”.