Contents

unregisterImage(with:)

Unregisters the image with the specified image configuration details from the image asset.

Declaration

func unregisterImage(with configuration: UIImage.Configuration)

Parameters

  • configuration:

    An object containing the image configuration details for a previously registered image. This method matches only the contents of the object, so you don’t need to specify the same object you used at registration time.

Discussion

This method searches for an image whose configuration details match the information in the configuration parameter. The configuration details must match exactly, and must be associated with an image that you registered previously.

See Also

Registering and unregistering images