Turn UIImagePickerController allowsEditing off

This commit is contained in:
Justin Mazzocchi 2021-03-05 11:39:20 -08:00
parent 90a2069002
commit c932ddb6b7
No known key found for this signature in database
GPG Key ID: E223E6937AAFB01C
1 changed files with 0 additions and 1 deletions

View File

@ -347,7 +347,6 @@ private extension NewStatusViewController {
let picker = UIImagePickerController()
picker.sourceType = .camera
picker.allowsEditing = true
picker.modalPresentationStyle = .overFullScreen
picker.delegate = self