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.
Start by copying the content of story board for the iPhone of the previous SPoT project into the current project. Copy the class files for the first table-view controller of the first tab of the previous project together with the files for the network-activity indicator into the current project as well as the core-data-table-view controller from the demo of the lecture.
Define the table view controller as sub class of the ore-data-table-view controller:
@interface FlickrPhotoTagTVC : CoreDataTableViewController
Continue reading “cs193p – Assignment #6 Task #2 Part #1”