Contents

image

The loaded image, if any.

Declaration

var image: Image? { get }

Discussion

If this value isn’t nil, the image load operation has finished, and you can use the image to update the view. You can use the image directly, or you can modify it in some way. For example, you can add a resizable(capInsets:resizingMode:) modifier to make the image resizable.