marinofaggiana 5 년 전
부모
커밋
e9a3a832d3
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      iOSClient/Main/Create cloud/NCCreateFormUploadAssets.swift

+ 2 - 0
iOSClient/Main/Create cloud/NCCreateFormUploadAssets.swift

@@ -433,6 +433,8 @@ class NCCreateFormUploadAssets: XLFormViewController, NCSelectDelegate, PhotoEdi
             photoEditor.clearButtonImage = CCGraphics.changeThemingColorImage(UIImage(named: "photoEditorClear")!, multiplier:2, color: .white)
             photoEditor.continueButtonImage = CCGraphics.changeThemingColorImage(UIImage(named: "photoEditorDone")!, multiplier:2, color: .white)
             
+            photoEditor.modalPresentationStyle = .fullScreen
+            
             self.present(photoEditor, animated: true, completion: nil)
         })
     }