Are there assets available for the code from Introduction to SwiftUI section?

In "Introduction to SwiftUI" images necessary for the tutorial were used. But I don't see any downloads in Apple Developer app for this talk.
Are these assets available?
I don't think there are any plans to release the image assets from the presentations, but you can load custom image assets into a test project using the asset catalog that is generated from the project template.
Well, at least would be nice to have some specification of the images being used for the presentation, like sizes. One for the full images and especially for the Thumbs using in the List, so if we approximate our projects the results will be similar to those we see in presentation.
It's a shame those aren't released along with the code... or at least some placeholders with the correct sizes. It would be awesome to be easily follow along with tutorials like that!
looks like there is nothing like that available to download, unfortunately.
I tried downloading other images and imported them to the assets, just like they did on the video, but the images are too big. Like someone mentioned, it would be nice to at least know the dimensions required for this example to work. I guess I'll need to play around with the dimensions for a while before I can move forward with the example.
I found the answer here https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/image-size-and-resolution/
So if your images are within the 1x (100px by 100px), 2x (200px by 200px), and 3x (300px by 300px) restraints, they will be resized appropriately by the system. Pretty cool.
I posted this on another thread with a similar question.... I put together a GitHub project with just the files Jacob dragged in and an assets catalog with a bunch of matching sandwich images from Unsplash prepared and loaded in. Images and names will look different but should be able to use these as resources for a code along just like he did in the session. Check the README for details.

Intro to SwiftUI WWDC20-10119 Resources
Thanks very much "jaypri" for creating the GitHub project.
I found my own image resources and have started a project on GitHub https://github.com/davidakoontz/Sandwichs-iOS14-WWDC-Tutorial

You can clone the StarterFiles Tag and start at the beginning with the video walk thru...

I'm about half way thru the videos & the tutorial... last night.
Are there assets available for the code from Introduction to SwiftUI section?
 
 
Q