Contents

notificationSymbolImage

An image for notification banners that represents the maneuver.

Declaration

var notificationSymbolImage: UIImage? { get set }

Discussion

You use a named image asset to supply variants for both dark and light interface styles, and initialize the image using init(named:). CarPlay then selects the correct image for the current interface style.

If you don’t provide a notification symbol image, CarPlay uses symbolImage.

See Also

Providing symbol images