How to refresh the screen underneath?
Hi,
I tried this approach (second window) and it worked fine. The previous one, based on transformation only, did not work for me (the transition was not so smooth and there was a blank space in the left side - the size of the status bar).
However, after releasing the second window, I need to update the screen I was in (a table view controller). I need this in order to update the text in the cell that triggered the call to the landscape window. I have implemented the viewWillAppear, and called a reload table in there. This works fine in regular navigation use, but in this case, the viewWillAppear method is not called in the first window when the second one disappears.
Any ideas?
|