ソースを参照

偶现后台回来点击首页无效问题

huangxiaodong 3 ヶ月 前
コミット
538be6ef40
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2 1
      创维盒子/code/NAS/NASViewController.m

+ 2 - 1
创维盒子/code/NAS/NASViewController.m

@@ -1001,7 +1001,8 @@
 - (void)applicationDidBecomeActive:(NSNotification *)notification
 {
     //[self beginShowAlertFun];
-    
+    //后台回来点击首页无效问题
+    self.tableView.userInteractionEnabled = YES;
     [self checkBoxHeartbeatFun];
 }