I\'ve created a class ImageLoader with a load(url: URL?) function. This function takes an optional URL, loads the image from this URL (or cache if it e
ImageLoader
load(url: URL?)