Core Data inserting value from second view controller
Hi all,
I think my problem has a simple solution, though I cannot seem to find it right now.
I've used the UiTableViewController and Core Data. When the add button is pushed, it pushes a new view controller onto the navigationController. When I come out, I want to call the InsertNewObject function to add the data.
How do I call that function when I return to that screen?
Cheers,
Jase
|