how we can show UIView by using cocos2d with animation?
- by lee
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?