소스 검색

Show PhotoEditor in full screen

Signed-off-by: onehappycat <onehappycat@gmx.com>
onehappycat 5 년 전
부모
커밋
2b1dbb03d9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      iOSClient/Main/NCMainCommon.swift

+ 1 - 0
iOSClient/Main/NCMainCommon.swift

@@ -1053,6 +1053,7 @@ class NCMainCommon: NSObject, PhotoEditorDelegate, NCAudioRecorderViewController
         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
         viewController.present(photoEditor, animated: true, completion: nil)
     }