diff --git a/FMPhotoPicker/FMPhotoPicker/source/Scene/Presenter/Editor/FMImageEditorViewController.swift b/FMPhotoPicker/FMPhotoPicker/source/Scene/Presenter/Editor/FMImageEditorViewController.swift index 6481547..2667228 100644 --- a/FMPhotoPicker/FMPhotoPicker/source/Scene/Presenter/Editor/FMImageEditorViewController.swift +++ b/FMPhotoPicker/FMPhotoPicker/source/Scene/Presenter/Editor/FMImageEditorViewController.swift @@ -432,9 +432,9 @@ public class FMImageEditorViewController: UIViewController { // MARK: - Logics private func contentFrameCrop() -> CGRect { return CGRect(x: kContentFrameSpacing, - y: kContentFrameSpacing + topMenuContainter.frame.height, + y: kContentFrameSpacing + transparentViewHeightConstraint.constant, width: view.bounds.width - 2 * kContentFrameSpacing, - height: view.bounds.height - topMenuContainter.frame.height - bottomMenuContainer.frame.height - subMenuContainer.frame.height - 2 * kContentFrameSpacing) + height: view.bounds.height - transparentViewHeightConstraint.constant - bottomMenuContainer.frame.height - subMenuContainer.frame.height - unsafeAreaBottomViewHeightConstraint.constant - 2 * kContentFrameSpacing) } private func contentFrameFilter() -> CGRect {