Ray Zhang 9 лет назад
Родитель
Сommit
9fcd25dda5
1 измененных файлов с 6 добавлено и 1 удалено
  1. 6 1
      RedAnt ERP Mobile/iSales-NPD/AppDelegate.m

+ 6 - 1
RedAnt ERP Mobile/iSales-NPD/AppDelegate.m

@@ -639,7 +639,12 @@
         [self download_offline:true checkdiskspace:false];
     // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
 }
-
+-(void)applicationDidReceiveMemoryWarning:(UIApplication *)application
+{
+    NSLog(@"======================================");
+    NSLog(@"=====    MEMORY WORRING !   ==========");
+    NSLog(@"======================================");
+}
 - (void)applicationWillTerminate:(UIApplication *)application
 {
     // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.