I have a web view in the detail view. When object selected from master view (UITableView) is loads its contents in the web view. When I traverse back in the master view the contents in web view still remain. I want to clear up the contents of web view. How can I do that?
Thanks in advance
You can add a delegate that is called when the you move back to the master view
and in this call: