Please note, this blog entry is from a previous course. You might want to check out the current one.
Any list of photos should display the photo’s title as the table view cell’s title and its description as the table view cell’s subtitle. If the photo has no title, use its description as the title. If it has no title or description, use “Unknown” as the title.
Similar to task #3 we create two helper functions:
Continue reading “Assignment #4 Task #5”