Contents

isSymbolImage

A Boolean value that indicates whether the image is a symbol.

Declaration

var isSymbolImage: Bool { get }

Discussion

Symbol images are vector-based images that you use for your app’s iconography. The value of this property is true if the image is either a system-provided symbol image or a custom symbol image that you supplied in your asset catalog. The value is false for all other image types.

See Also

Accessing image attributes