myang-git / iOS-Image-Crop-View

A view that allows user to select the cropping area in an image
383 stars 78 forks source link

imageView contentMode Fix #37

Closed im-jersh closed 8 years ago

im-jersh commented 8 years ago

Set the imageView's contentMode to ScaleAspectFill in order to fix a bug that stretched the image inside the crop rect. This bug only affected portrait images.