Help finding sample code

Hey,

During a developer Q&A today I was referred to a "Sundae shop" (the ice cream) sample code from, I think it was, WWDC 2020. Does anyone know where I can find it? I want it mainly for ObservedObject updates for my view from an async model.

Thanks :)

I think have seen it in the past, but cannot find it. Did you ask the question to support ?

I wonder if you may mean Fruta (a "smoothie"-based sample project)?

I was able to solve the issue I needed the sample code for by using DispatchQueue.main.async. Found through this StackOverflow question (https://stackoverflow.com/questions/74159031/swiftui-publishing-changes-from-async-model). Keeping the question open in case this project exists and is floating around somewhere. Would love the official sample to confirm but good going forward.

Help finding sample code
 
 
Q