浏览代码

1.修复RA Image在编辑状态下进入后台然后返回时视图错误。

Pen Li 8 年之前
父节点
当前提交
5f053a421f

二进制
RA Image/RA Image.xcodeproj/project.xcworkspace/xcuserdata/macmini1.xcuserdatad/UserInterfaceState.xcuserstate


+ 1 - 0
RA Image/RA Image/AppDelegate.m

@@ -172,6 +172,7 @@ void UncaughtExceptionHandler(NSException *exception) {
 - (void)applicationWillResignActive:(UIApplication *)application {
     // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
     // Use this method to pause ongoing tasks, disable timers, and invalidate graphics rendering callbacks. Games should use this method to pause the game.
+    [self.rootVC.view endEditing:YES];
 }