Hello, I have a View Controller that I'd like to popup over a Cocos2d CCScene. I believe presentModalViewController: can only be called from another view controller, but I couldn't find a View Controller anywhere in the default Cocos2d project setups. Does anyone know how to do this?
Thanks!