Closed adinertia closed 8 years ago
Oh dear! Can you please post that picture here so I can try it myself?
Also, I did a bunch of layout fixes with the aspect ratio very recently, please make sure you're on the latest version of this library. :)
Thanks for reply. I update library 4 days ago, i can update it again now if you mybe made some changes in this 4 days.
Here is the picture of 720 x 540 that couse problem with ratio to 270 x 270 (not 540x540 if is possible) and also couses frame view like posted picture 1 above. And also original picture of picture1. Thanks for helping out!
720x540 and original
Thanks for that! Aha! It was a legit bug. One of the optimisations I'd made to when the crop controller presented on screen had disabled the initial call to re-layout images that had aspect ratios set in advance.
I've fixed it and pushed a new CocoaPods release. Please download it and see if that's working for you now.
As for the image size, when you crop an image, it sets the appropriate Retina display scale on the image so it'll display correctly on your device's screen (270*2 = 540), so it's image.size
property is in points, not pixels. The raw pixel size is how you expect it. :)
Gonna take a leap of faith here and assume it was fixed. :) Please re-open if otherwise. XD
Hello,
Thanks for great library! I have few question.
i'm using in swift the code bellow:
Thanks