how we can show UIView by using cocos2d with animation?

Posted by lee on Stack Overflow See other posts from Stack Overflow or by lee
Published on 2009-08-18T12:13:06Z Indexed on 2010/03/19 14:11 UTC
Read the original article Hit count: 459

Filed under:
|

how can i show a UIView using cocos2d with animation, i have used code like:

[[[Director sharedDirector] openGLView] addSubview:myView];

but this without any animation, so how can we do it?

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about cocos2d