You'll need to add a uiview container that attaches to a subview in
the opengl aspect of director (eaglview). then you do the flips on
that uiview instead of using a replacescene, using standard cocoa
practices.
Chris.
On Sun, Jun 21, 2009 at 11:46 AM,
<cocos2d-iphone-discuss@gamesforfood.cl> wrote:
> ldaume says:
>
> Hi,
>
> I'm building a app with cocos2d and with scenes. To flip between the scenes
> I use
>
> [[Director sharedDirector] replaceScene:newScene];
>
> .
>
> What if I'd like to flip in a xib? I can create a UIViewController subclass
> with xib but how can flip between the xib and the normal scenes?
>
> Thanks for every hint,
> Lenny
>
> Read the whole thread.