Commit 251f54feaf76a813679fd39877ded86d5fed9194

Authored by xiaoyu
1 parent fb6e865d

修复ipad进入游戏显示不全的问题

ios/Runner/Wowgame/WowGameClasses/WowGameCocosManager.mm
@@ -90,6 +90,7 @@ static DMProgressHUD *hud; @@ -90,6 +90,7 @@ static DMProgressHUD *hud;
90 }); 90 });
91 } 91 }
92 92
  93 + self.gameViewController.modalPresentationStyle = UIModalPresentationFullScreen;
93 [rootvc presentViewController:self.gameViewController animated:YES completion:nil]; 94 [rootvc presentViewController:self.gameViewController animated:YES completion:nil];
94 95
95 [self startGameWithID:gameid]; 96 [self startGameWithID:gameid];