Contents

displaySizeImage

An image of the asset’s contents, appropriately sized for display.

Declaration

var displaySizeImage: UIImage? { get }
var displaySizeImage: NSImage? { get }

Discussion

This property does not provide the full-sized image for a photo asset but rather a scaled-down image appropriate for use in a photo editing user interface. To load the full-sized asset image, use the fullSizeImageURL property.

See Also

Working with Photo Assets