Contents

resizeMode

A mode that specifies how to resize the requested image.

Declaration

var resizeMode: PHImageRequestOptionsResizeMode { get set }

Discussion

Use this property to choose how to fit the image to the target size you specified when requesting image data. The default value for this property is PHImageRequestOptionsResizeMode.fast.

See Also

Specifying Image Request Options