marinofaggiana hace 5 años
padre
commit
860b3e218e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      iOSClient/Login/CCLogin.m

+ 1 - 1
iOSClient/Login/CCLogin.m

@@ -169,7 +169,7 @@
 - (BOOL)textFieldShouldReturn:(UITextField *)textField
 {
     [textField resignFirstResponder];
-    return YES;
+    return NO;
 }
 
 #pragma --------------------------------------------------------------------------------------------