瀏覽代碼

테스트용 로그인 코드 삭제

KaRam Kim 8 年之前
父節點
當前提交
da7226b124
共有 1 個文件被更改,包括 10 次插入10 次删除
  1. 10 10
      OneCable/Classes/ViewControllers/MainScreens/LoginViewController.m

+ 10 - 10
OneCable/Classes/ViewControllers/MainScreens/LoginViewController.m

@@ -324,22 +324,22 @@
 #pragma mark - UI Events
 #pragma mark - UI Events
 - (IBAction)btnLogInTouched:(id)sender {
 - (IBAction)btnLogInTouched:(id)sender {
 
 
-    CustomAlertView *alert = [[CustomAlertView alloc] initWithTitle:@"알림" message:@"테스트 메세지" delegate:nil OKButtonTitle:@"예" cancelButtonTitle:@"아니오"];
-    [alert showWithCompletion:^(CustomAlertView *alertView, NSInteger buttonIndex) {
-        if (buttonIndex == 0) {//OK - 이전화면으로
-            
-            return;
-        }
-    }];
-    
-    return;
+//    CustomAlertView *alert = [[CustomAlertView alloc] initWithTitle:@"알림" message:@"테스트 메세지" delegate:nil OKButtonTitle:@"예" cancelButtonTitle:@"아니오"];
+//    [alert showWithCompletion:^(CustomAlertView *alertView, NSInteger buttonIndex) {
+//        if (buttonIndex == 0) {//OK - 이전화면으로
+//            
+//            return;
+//        }
+//    }];
+//    
+//    return;
 #ifdef DEBUG_MODE
 #ifdef DEBUG_MODE
     if ([_txtEmail.text isEmptyString]) {
     if ([_txtEmail.text isEmptyString]) {
         _txtEmail.text = @"asura77@ncomz.com";
         _txtEmail.text = @"asura77@ncomz.com";
     }
     }
 
 
     if ([_txtPasswd.text isEmptyString]) {
     if ([_txtPasswd.text isEmptyString]) {
-        _txtPasswd.text = @"rkfkadl77";
+        _txtPasswd.text = @"";
     }
     }
 #endif
 #endif