I have this installed in a Swift 2.1 project. I have a view controller subclass and it's view's class is set to ImageCropView. Whenever I set the view.image with a landscape image everything seems to work just fine. However, when I set the view.image with a portrait image, the crop area stretches the cropped area to make it appear taller than the original.
I have this installed in a Swift 2.1 project. I have a view controller subclass and it's view's class is set to ImageCropView. Whenever I set the view.image with a landscape image everything seems to work just fine. However, when I set the view.image with a portrait image, the crop area stretches the cropped area to make it appear taller than the original.