iOS Core Data Architecture tips wanted
问题 I just want to get a few pointers on the best way to architect my first Core Data app, and the main objects and interactions I will require. The data is stored remotely and I will need to access it via HTTP and it will respond in JSON format. I want to cache this on the device using Core Data. Each day there will be new data on the server, so I need to access this and update the Model accordingly. Are there any SDK classes I can use to help me with this, or am I going to hand roll it? I guess