Kaynağa Gözat

allow cropping profile images during account setup

cyberta 4 yıl önce
ebeveyn
işleme
c00c33d690

+ 1 - 1
deltachat-ios/Controller/ProfileInfoViewController.swift

@@ -132,7 +132,7 @@ class ProfileInfoViewController: UITableViewController {
     }
 
     private func cameraButtonPressed(_ action: UIAlertAction) {
-        mediaPicker?.showCamera()
+        mediaPicker?.showCamera(allowCropping: true, supportedMediaTypes: .photo)
     }
 
     private func deleteProfileIconPressed(_ action: UIAlertAction) {