|
@@ -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)
|
|
|
}
|
|
|
|