Load a UIKit view controller and .xib as an Cocos2D scene
Hi I'm pretty new to cocos2d and I want the opening screen, lobby ect, to be loaded from a .xib standard uikit style and from the开发者_运维技巧re, press 'play' etc, load a regular cocas 2d scene. ANy links or help would be greatly appreciated. Thanks all.
When I've done this I've used the class I found on the following Cocos2D forum thread CCUIViewWrapper. It always works great for me.
精彩评论