I have a view containing a UIWebView which is loading a google map (so lots of javascript etc). The problem I have is that if the user hits the \'back\' button on the nav ba
A simple release message in dealloc ought to be enough.
release
dealloc
Your second problem sounds like a prematurely deallocated view, but I can't say much without seeing some code.