单军华
2018-07-31 21d3023a9b7b6aff68c1170e345951396b1c6cfd
screendisplay/screendisplay/AppDelegate.m
@@ -104,12 +104,14 @@
- (void)applicationDidEnterBackground:(UIApplication *)application {
    NSSetUncaughtExceptionHandler(&getException);
    // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
    // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
}
- (void)applicationWillEnterForeground:(UIApplication *)application {
    NSSetUncaughtExceptionHandler(&getException);
    // Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background.
}