Please note, this blog entry is from a previous course. You might want to check out the current one.
Assignment #6 Task #5
All of your table views everywhere in your application (including the Recents tab) must be driven by Core Data (i.e. not NSUserDefaults nor Flickr dictionaries). You no longer have to support “pulling down to refresh” (though see Extra Credit 1).
To handle the recent entity of the database schema, create another category, containing a single class method:
+ (Recent *)recentPhoto:(Photo *)photo;
Continue reading “cs193p – Assignment #6 Part #10”