Contents

Images

Add images and symbols to your app’s user interface.

Overview

Display images, including SF Symbols, images that you store in an asset catalog, and images that you store on disk, using an Image view.

[Image]

For images that take time to retrieve — for example, when you load an image from a network endpoint — load the image asynchronously using AsyncImage. You can instruct that view to display a placeholder during the load operation.

For design guidance, see Images in the Human Interface Guidelines.

Topics

Creating an image

Configuring an image

Loading images asynchronously

Setting a symbol variant

Managing symbol effects

Setting symbol rendering modes

Rendering images from views

See Also

Views