congnd / FMPhotoPicker

A modern, simple and zero-dependency photo picker with an elegant and customizable image editor
MIT License
765 stars 128 forks source link

How to disable photo Editing mode. #64

Open naveedmcs opened 2 years ago

naveedmcs commented 2 years ago

config = FMPhotoPickerConfig() config.selectMode = .multiple config.mediaTypes = [.image] config.maxImage = 20 config.maxVideo = 0

there is no option for disable edit photo in FMPhotoPickerViewController

Abir-crypto commented 1 year ago

config.availableCrops = nil config.availableFilters = nil

this will disable and hide the edit button