Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/swift/16.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Iphone 屏幕冻结,需要重新启动以使屏幕在swift中可点击_Iphone_Swift - Fatal编程技术网

Iphone 屏幕冻结,需要重新启动以使屏幕在swift中可点击

Iphone 屏幕冻结,需要重新启动以使屏幕在swift中可点击,iphone,swift,Iphone,Swift,KapilElevens[552:83280][Touch]在u sendSystemGestureLatentClientUpdate,_windowServerHitTestWindow:中出现意外的零窗口;layer=>,touch:phase:Stational tap count:1 force:0.000 window:(null)view:(null)窗口中的位置:{0,0}窗口中的上一个位置:{0,0}视图中的位置:{0,0}视图中的上一个位置:{0,0}我有相同的问题,问题是我

KapilElevens[552:83280][Touch]在u sendSystemGestureLatentClientUpdate,_windowServerHitTestWindow:中出现意外的零窗口;layer=>,touch:phase:Stational tap count:1 force:0.000 window:(null)view:(null)窗口中的位置:{0,0}窗口中的上一个位置:{0,0}视图中的位置:{0,0}视图中的上一个位置:{0,0}

我有相同的问题,问题是我用于ActivityIndicatorView的一个播客文件。如果您正在使用同一个应用程序,请尝试删除它一次

,那么您到底需要什么帮助呢?在屏幕冻结的某个时间,当我点击错误上方的任何位置时,与重新启动应用程序时相比,一切正常。每次登录后都会发生同样的问题,并且我需要重新启动应用程序。我在登录仪表板屏幕后使用下面的代码让storybrd=UIStoryboard.init(名称:“Main”,bundle:nil)让tabController=storybrd.InstanceViewController(标识符为:“dashTab”)让navController=UINavigationController(rootViewController:tabController)navController.setNavigationBarHidden(true,动画:true)self.present(navController,动画:true,完成:nil)