Errata for SwiftUI by Tutorials 5th Edition

Creating this topic to catch any typos and bugs in the 5th Edition of SwiftUI by Tutorials.

Hi Jellodiil!
Chapter 16.
Section: Where to Go From Here?

A typo in the link address to Creating a Mind-Map UI in SwiftUI. Four wwww instead of three.

Best regards,
Aretm.

Hey Artem!
Thanks for letting us know! It has now been fixed!

1 Like

In the print book, page 547, first paragraph is a near identical repeat of page 548, second paragraph. Also, the directions given on 547 don’t correspond to the code block presented. Also, I think the intention of “Add two new state properties after rebookFlight” is “Add two new state properties after rebookAlert”.

I’m guess that on page 560, in the Note callout, “As with most SwiftUI model views…” should be, “As with most SwiftUI modal views…”

1 Like

Thanks for reporting! The team will look into it!

The print copy won’t get updated, but the online version hopefully will.

Chapter 14: Section - Adding Items to the Navigation Bar

You mention needing a NavigationStack in the preview, but the in steps before the NavigationStack was added in FlightStatusBoard’s body. We either don’t need the last change to see the preview, or the section before needs to be updated to add the NavigationStack somewhere else.