Quote:
Originally Posted by mmira
Hi,
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?
|
Can you use an NSnotification instead?