Skip to content

Commit

Permalink
[Chore] sopt-makers#103- 중복코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
devxsby committed Jan 9, 2023
1 parent 9e8235c commit 0898abf
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,6 @@ extension SignInVC {
NotificationCenter.default.addObserver(self, selector: #selector(keyboardDown), name: UIResponder.keyboardWillHideNotification, object: nil)
}

@objc func keyboardUp(notification: NSNotification) {
guard let userInfo = notification.userInfo,
}

@objc func keyboardUp(notification: NSNotification) {
if let keyboardFrame: NSValue = notification.userInfo?[UIResponder.keyboardFrameEndUserInfoKey] as? NSValue {
let keyboardRectangle = keyboardFrame.cgRectValue
Expand Down

0 comments on commit 0898abf

Please sign in to comment.