单军华
2018-07-12 3e8437ae559487362fae3525beb79c534c213a51
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.
}