I am having a problem with my iPad app in dismissing view controllers in the master detail. When I try to pop them up just the title gets popped, while the table remains there. If I push another view controller again the title is updated but the table remains the old one. If finally I refresh the table by pulling it down, lo and behold, the new table surfaces. Logging the view controllers evolution in the navigation controller nothing strange shows up: upon popping up the navigation controller just owns the root view controller. I am really stuck as it seems my popping up has no effect on the view controller content.
Thanks in advance
Thanks in advance