You’re now watching this thread. If you’ve opted in to email or web notifications, you’ll be notified when there’s activity. Click again to stop watching or visit your profile to manage watched threads and notifications.
You’ve stopped watching this thread and will no longer receive emails or web notifications when there’s activity. Click again to start watching.
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!
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 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.