I'm having some problems removing a layer...
I use this code:
[self removeChild: pauseLayer cleanup: YES];
The "pauseLayer" is a layer that is a child of another layer. But, when I try to remove the layer(child) it still shows the layer normally. It doesn't get rid of it. Should I not be using removeChild here, but instead, something else?
Please tell me if you need more information, I'll be glad to give it. This is the only thing I'm having trouble doing in my app. So please help, and thanks in advance.