Please Help - Confusion about the View Modifier, "Kerning", and View Modifiers in General

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

Hi @elearner , each article / post has a section in Forums for their questions (you are currently posting this in General Discussion). If you go to the following link:

And then look for the chat bubble “see forum comments”, click on it, it will take you to the comments / question section for it. This has the advantage of being monitored by the author. For an even faster response, try the Kodeco Discord server.

Ok, thanks Roberto for your help.