use*_*805 4 iphone objective-c modalviewcontroller ios
我有代码
- (void)matchmakerViewController:(GKMatchmakerViewController *)viewController didFindMatch:(GKMatch *)match
{
[menuViewController dismissModalViewControllerAnimated:YES];
[GameKitWrapper getSingleton].match = match;
match.delegate = [GameKitWrapper getSingleton].remotePlayer;
[menuViewController presentModalViewController:avatarSelectionViewController
animated:YES];
}
Run Code Online (Sandbox Code Playgroud)
但我有一个问题,即解雇是有效但不是现在.当我改变dismissModalViewControllerAnimated时:YES to dismissModalViewControllerAnimated:NO它工作但看起来不太好.
任何帮助表示赞赏.
| 归档时间: |
|
| 查看次数: |
5599 次 |
| 最近记录: |