Closed azizimarouan closed 4 years ago
You have to write like this:
let config = Configuration()
config.allowMultiplePhotoSelection = false
let imagePicker = ImagePickerController(configuration: config)
imagePicker.delegate = self
not imagePicker.imageLimit = 1
Thank you @Tj3n , but I think this should be mentioned in the README.md file.
This issue was opened in #465 and it is closed without being fixed.