Hello -
ever find any solution to this? I am using navigation based template with core data. Has the UITableViewController and then when the add button is pushed a UIViewController is pushed on. On this new view I have a textField and datePicker.
When returning to the RootView (tableView) I want to call the insertNewObject method, but receive an error about not being able to locate the object model.
Would love some guidance, at my wits end.
If I add entities prior to going to the new view its fine, but some how by going to the new view and then back the info is lost that is needed to update the data.
|