Contents

largeContentSizeImage

The image to display for users who are blind or have low vision.

Declaration

var largeContentSizeImage: UIImage? { get set }

Discussion

Use this property to specify a high-resolution version of the item’s image. When displaying an assistive interface for users who are blind or have low vision, UIKit displays this image instead of the standard image. The default value of this property is nil.

If you don’t specify an image for this property, UIKit scales the image that you specified in the image property.

See Also

Getting and setting properties