views:

84

answers:

0

Hi,

I have a class that instances some other classes. It's working to control their lifespan, or supposed to ;) A root class managing others which contain events and are subviews of the root view.

I have a lot of graphics involved per view and need to clear things out before loading the next.

Any idea how to unload the current subview and how to load the next subview, while maintaining a named reference to it to use in event handling, from a "touches ended" method?

Thanks // :)