I have some local images from an Asset Catalog that I would like to load ahead of time before displaying them with Image(_ name: String, bundle: Bundle? = nil)
. Is this possible?
I am trying to optimize performance as much as possible. I have a fairly large background image that would be nice to preload, as well as a number of other large images.