Dennis
Dennis
I did not find a solution with this library. Gave up after the iPad 2 with HDMI mirroring arrived.
I'm interested in this as well. Or disabling resize of the cropping frame altogether.
In the openEditor method, have you tried this: `controller.keepingCropAspectRatio = YES; controller.cropAspectRatio = 16.0f / 9.0f;`
If you go to the PECropViewController, you can simply comment out the code that displays that button on the lower toolbar in viewDidLoad: `if (!self.toolbarItems) { UIBarButtonItem *flexibleSpace = [[UIBarButtonItem...