|
@@ -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
|
|
|
|
|
|