even in the final code, especially rocking back and forth between list and ticker views.

even in the final code, especially rocking back and forth between list and ticker views.

Welcome back to Forums, @prenez01 ! Could you provide more details on your Xcode and Swift versions?
I think heโs saying going back and forth between the app screens would sometimes update the UI from a background thread. This is due to changes in how threads are managed in iOS16/macOS13. Weโll be addressing this in a next edition.
I added @MainActor to LittleJohnModel class can solve the problem by referencing this thread
I also have facing the same problem.