Skip to content

Commit

Permalink
feat: KeyBoard가 View를 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
MaraMincho committed Jan 13, 2024
1 parent baa5764 commit bb0d3e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb0d3e2

Please sign in to comment.