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: 482
iphone-sdk
|cocos2d
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