Hi,
I have a view with several subviews which in turn have several subviews. If I fire an event, say touches ended, in one of the bottom level views, how can I see what that event generating view was in the root view or second level view?
Additionally any idea how to catch that event and then release the mid level view which would in theory take all of it's subviews with it so that i could then draw a brand new view to the screen. Trying but calling release isn't updating the screen, tried = nil but that caused memory leaks on iPhone. Any ideas>
Thanks // :)