Contents

matchesOnMultipleResolution

A Boolean value that indicates whether image representations whose resolution is an integral multiple of the device resolution are a match.

Declaration

var matchesOnMultipleResolution: Bool { get set }

Discussion

When this property is set to false, only image representations whose resolution is exactly the same as the device resolution are matches. If the property is set to true and multiple image representations fit this criteria, the one whose resolution is closest to the device resolution is chosen.

The default value is true.

See Also

Setting the Representation Selection Criteria for Images