Contents

PHImageContentMode.aspectFill

Scales the image so that it completely fills the target size.

Declaration

case aspectFill

Discussion

Use this option when you want the image to completely fill an area, such as when presenting it in a view with the UIView.ContentMode.scaleAspectFill content mode.

See Also

Constants