Hi, I currently have a highscores board, which was made with iOS UIKit. Is there a way to show the view from a cocos2d MenuScene?
From what I have searched around the web, I've tried to do this by doing the following
[[[CCDirector sharedDirector] openGLView] addSubview:highScoresViewController.view];
But it doesn't do a thing.
Thanks in advance