Skip to content

Commit

Permalink
remove: 불필요 코드 제거(#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
sozohoy committed Feb 9, 2024
1 parent d11671a commit 084bb9e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ extension AddTimetableViewController {

@objc func keyboardWillAppear(_ notification: Notification) {
if let keyboardFrame = (notification.userInfo?[UIResponder.keyboardFrameEndUserInfoKey] as? NSValue)?.cgRectValue {
// 키보드 높이만큼 버튼 위치 조정
//MARK: 아이폰 X 이상 모델
var responseHeight: CGFloat = 0
if view.bounds.height > 700 {
Expand All @@ -174,9 +173,6 @@ extension AddTimetableViewController {
$0.height.equalTo(48)
$0.bottom.equalTo(view.safeAreaLayoutGuide).offset(responseHeight)
}

print(view.bounds.height)
print(keyboardFrame.height)
}
}

Expand Down

0 comments on commit 084bb9e

Please sign in to comment.