photo-editor
photo-editor copied to clipboard
Is there any way to disable certain feature like crop ?
I want to disable crop feature.
I'd suggest to go ahead and delete the crop Button in the storyboard. I had the same requirement. Did that.
by using this you can hide buttons photoEditor.hiddenControls = [.crop, .draw, .share]