Please note, this blog entry is from a previous course. You might want to check out the current one.
Recreate the user-interface from last week’s assignment but rely entirely on the above-mentioned Core Data database to present it.
Copy the files for the second table-view controller from the previous project together with the image-view controller and the flicker cache class into the current project.
Change the table view controller to be a subclass of the core-data-table-view controller, and change the public property to be a Tag entity.
@interface FlickrPhotoTVC : CoreDataTableViewController @property (nonatomic, strong) Tag *tag;
Continue reading “cs193p – Assignment #6 Task #2 Part #2”