Game Center Viewが表示されたときにユーザーが[キャンセル]ボタンを押した場合、ViewControllerに移動するこのコードがあります。
- (void)matchmakerViewControllerWasCancelled:
(GKMatchmakerViewController *)viewController{
[self dismissModalViewControllerAnimated:YES];
[Mytimer invalidate];
ViewController *Vc = [[ViewController alloc]init];
[self presentModalViewController:Vc animated:YES];
}
私の間違いはどこですか?キャンセルを押すと、matchmakerViewController は消えますが、「Vc」には行きません。助けてください。どうすれば修正できますか?