PHImageContentMode.aspectFill
Scales the image so that it completely fills the target size.
Declaration
case aspectFillDiscussion
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.