Marino Faggiana 8 년 전
부모
커밋
f5289b3e74
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      iOSClient/AppDelegate.m
  2. 1 2
      iOSClient/Main/CCMain.m

+ 1 - 1
iOSClient/AppDelegate.m

@@ -1011,7 +1011,7 @@
     if ([self.reachability isReachableViaWiFi]) NSLog(@"[LOG] Reachability Changed: WiFi");
     if ([self.reachability isReachableViaWWAN]) NSLog(@"[LOG] Reachability Changed: WWAn");
     
-    [[NSNotificationCenter defaultCenter] postNotificationName:@"setTitleCCMainNOAnimation" object:nil];
+    [[NSNotificationCenter defaultCenter] postNotificationName:@"setTitleMain" object:nil];
 }
 
 #pragma --------------------------------------------------------------------------------------------

+ 1 - 2
iOSClient/Main/CCMain.m

@@ -102,8 +102,7 @@
         [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(initializeMain:) name:@"initializeMain" object:nil];
         [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(clearDateReadDataSource:) name:@"clearDateReadDataSource" object:nil];
 
-        [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(setTitleNOAnimation) name:@"setTitleCCMainNOAnimation" object:nil];
-        [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(setTitleYESAnimation) name:@"setTitleCCMainYESAnimation" object:nil];
+        [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(setTitle) name:@"setTitleMain" object:nil];
     }
     
     return self;