From bb0d3e2f1535230036c6c3e1b6391d7aea9f2d67 Mon Sep 17 00:00:00 2001 From: MaraMincho <103064352+MaraMincho@users.noreply.github.com> Date: Sat, 13 Jan 2024 17:25:47 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20KeyBoard=EA=B0=80=20View=EB=A5=BC=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ViewController/WriteBoardViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/Projects/Features/WriteBoard/Sources/Presentation/WirteBoardScene/ViewController/WriteBoardViewController.swift b/iOS/Projects/Features/WriteBoard/Sources/Presentation/WirteBoardScene/ViewController/WriteBoardViewController.swift index 21dc6a2b..1a997e79 100644 --- a/iOS/Projects/Features/WriteBoard/Sources/Presentation/WirteBoardScene/ViewController/WriteBoardViewController.swift +++ b/iOS/Projects/Features/WriteBoard/Sources/Presentation/WirteBoardScene/ViewController/WriteBoardViewController.swift @@ -123,7 +123,7 @@ private extension WriteBoardViewController { contentScrollView.topAnchor.constraint(equalTo: safeArea.topAnchor).isActive = true contentScrollView.leadingAnchor.constraint(equalTo: safeArea.leadingAnchor).isActive = true contentScrollView.trailingAnchor.constraint(equalTo: safeArea.trailingAnchor).isActive = true - contentScrollView.bottomAnchor.constraint(equalTo: safeArea.bottomAnchor).isActive = true + contentScrollView.bottomAnchor.constraint(equalTo: view.keyboardLayoutGuide.topAnchor).isActive = true guard let workoutHistoryDescriptionView else { return