Commit 251f54feaf76a813679fd39877ded86d5fed9194
1 parent
fb6e865d
修复ipad进入游戏显示不全的问题
Showing
1 changed file
with
1 additions
and
0 deletions
ios/Runner/Wowgame/WowGameClasses/WowGameCocosManager.mm
... | ... | @@ -90,6 +90,7 @@ static DMProgressHUD *hud; |
90 | 90 | }); |
91 | 91 | } |
92 | 92 | |
93 | + self.gameViewController.modalPresentationStyle = UIModalPresentationFullScreen; | |
93 | 94 | [rootvc presentViewController:self.gameViewController animated:YES completion:nil]; |
94 | 95 | |
95 | 96 | [self startGameWithID:gameid]; | ... | ... |