Please note, this blog entry is from a previous course. You might want to check out the current one.
When the user chooses a Virtual Vacation from the list, bring up a static table view with two choices: Itinerary and Tag Search.
In both storyboards add an additional table view controller, create a subclass for it and set it up in story board. Create a push segue from the prototype cell of the vacations table view controller to the new table view controller.
The tricky part of this task is to make the table static. Select the table view of the table view controller and change its content type from previously Dynamic Prototypes to Static Cells. Label the first cell “Itinerary”, the second “Tag Search” and delete the third cell.
Continue reading “Assignment #6 Task #2”