FMPhotoPicker icon indicating copy to clipboard operation
FMPhotoPicker copied to clipboard

How to disable photo Editing mode.

Open naveedmcs opened this issue 3 years ago • 1 comments

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

there is no option for disable edit photo in FMPhotoPickerViewController

naveedmcs avatar Feb 14 '22 15:02 naveedmcs

config.availableCrops = nil config.availableFilters = nil

this will disable and hide the edit button

Abir-crypto avatar Jan 29 '23 07:01 Abir-crypto