hello,
1- i have a global variable : UIView* myView;
2- i added it to the layer using : [[[CCDirector sharedDirector]openGLView]addSubview: myView];
3- this works good
4- i want to remove it
5- i use : [myView removeFromSuperview];
6- my view is still visible and there
7- any help ?
thank you