mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-22 00:01:00 +00:00
Turn UIImagePickerController allowsEditing off
This commit is contained in:
parent
90a2069002
commit
c932ddb6b7
1 changed files with 0 additions and 1 deletions
|
@ -347,7 +347,6 @@ private extension NewStatusViewController {
|
|||
let picker = UIImagePickerController()
|
||||
|
||||
picker.sourceType = .camera
|
||||
picker.allowsEditing = true
|
||||
picker.modalPresentationStyle = .overFullScreen
|
||||
picker.delegate = self
|
||||
|
||||
|
|
Loading…
Reference in a new issue