GKMatchmakerViewController не обрабатывает прикосновения

Я показываю этот modalView, и он не обрабатывает прикосновения. Я использую cocos2d-iphone.

mControllerView= [[UIViewController alloc] init];
//mControllerView.view = [[CCDirector sharedDirector] openGLView];  
//this was the old method, it worked, but since ios6 it crashes

[[[CCDirector sharedDirector] openGLView] addSubview:mControllerView.view];

theClass = [[TheClass alloc] init: mControllerView]; 
// this shows the     GKMatchmakerViewController inside mControllerView

1 ответ

Решение

Я изменил cocos2d на более новую версию и не проверял, что изменилось, или что мне следует изменить в appDelegate. Теперь это работает.

Другие вопросы по тегам