I searched googled and researched, but cannot find a better way to repeat all or some of the managed objects in my data model and update the attribute value in each of them, in my situation, update the current date. The managed object context and persistent methods for delegating storage are in my application. I could add some code to the table view in the program, but I believe that it would be more efficient to call a method to update these values, since they may not necessarily return to the table view.
Ultimately, I want to scroll through my managed objects and update the values when I go through the loop from anywhere in my application.
Please let me know if you need more information. Thanks!
-Coy
objective-c iphone core-data managed
Coy
source share