Contents

init(url:contentType:size:)

Initializes a new album artwork object with the specified image resource information.

Declaration

init(url: URL, contentType: UTType, size: CGSize)

Parameters

  • url:

    URL pointing to the album artwork image resource.

  • contentType:

    The uniform type identifier for the artwork image data.

  • size:

    The pixel dimensions of the artwork image.