marinofaggiana 3 years ago
parent
commit
14306ee391
1 changed files with 0 additions and 11 deletions
  1. 0 11
      iOSClient/Login/NCLogin.swift

+ 0 - 11
iOSClient/Login/NCLogin.swift

@@ -170,17 +170,6 @@ class NCLogin: UIViewController, UITextFieldDelegate, NCLoginQRCodeDelegate {
         imageBrandConstraintY.constant -= activeTextfieldDiff
     }
     
-    /*
-    @objc internal func keyboardWillShow(_ notification : Notification?) {
-                
-        imageBrandConstraintY.constant = -(self.view.frame.height / 4)
-    }
-    
-    @objc func keyboardWillHide(_ notification: Notification) {
-        
-        imageBrandConstraintY.constant = 0
-    }
-    */
     // MARK: - Action
 
     @objc func actionCancel() {