bevy / photo-editor

Photo editor with a lot of cool features
MIT License
882 stars 336 forks source link

Is there any way to disable certain feature like crop ? #61

Open univalchemist opened 5 years ago

univalchemist commented 5 years ago

I want to disable crop feature.

adxworld commented 5 years ago

I'd suggest to go ahead and delete the crop Button in the storyboard. I had the same requirement. Did that.

Zeeshan03422 commented 5 years ago

by using this you can hide buttons photoEditor.hiddenControls = [.crop, .draw, .share]