Closed BasselEzzeddine closed 4 years ago
The cancel button is not working anymore since the last release (3.1.0).
yes it is not working . any update?
use self.dismiss(animated: true, completion: nil) instead of self.imagePickerController.dismiss(animated: true, completion: nil)
self.dismiss(animated: true, completion: nil)
self.imagePickerController.dismiss(animated: true, completion: nil)
The cancel button is not working anymore since the last release (3.1.0).