Your First iOS & SwiftUI App: An App from Scratch | Kodeco

This content was released on Feb 13 2023. The official support period is 6-months from this date.

Updated for 2023! If you’re a complete beginner to iOS and SwiftUI development and wondering how to get started, this is the course for you.


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

In your beginning tutorial “Your First iOS and SwiftUI App: An App From Scratch”
it shows that the view modifier, “Kerning”, returns a Text View. So, it has to be placed, in your code before any View Modifiers that return “some View” otherwise you get an error.

Now, Kerning appears to return a “some View” and can be placed before modifiers that return a Text View. It doesn’t seem to matter if you place Kerning or for that matter any modifier that returns “some View” before or after modifiers that return “A Text View” using Xcode version 15.1. So, it doesn’t appear that “order” matters anymore.

Am I looking at this correctly?

Thanks,
Gary