I have an ImagePickerController with allowsEditing = true. But I want to have more options in the edit screen, not just the resize mode. How can I improve it?
There is nothing you can do to improve native image/video editing screen. If you need to have more options, you will need to create your own controller that will accept raw camera output and do its editing on that.