You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The option for 3x2 constrain are coded backwards. There is an easy fix in CropViewController.swift:
let threeByTwo = UIAlertAction(title: "3 x 2", style: .default) { [unowned self] action in
self.cropView?.cropAspectRatio = 2.0 / 3.0 **<-- This should be 3.0/2.0**
}
I'd fix it myself, but I confess to not really knowing how GitHub works.
The text was updated successfully, but these errors were encountered:
Diskprotek
changed the title
3x2, 4x3, 16x9 Constrain Code needs fixing
3x2 Constrain Code needs fixing
Jun 28, 2018
The option for 3x2 constrain are coded backwards. There is an easy fix in CropViewController.swift:
I'd fix it myself, but I confess to not really knowing how GitHub works.
The text was updated successfully, but these errors were encountered: