I'm having trouble figuring out a way to pass data back to my main navigation controller. For instance, I have a List that I pass to a new view through its constructor, but when I pop the new view off the stack and return to my main navigation controller, how do I get the data (now updated from the new view) back to it?
↧