Fruits and Vegetables

iPhone App

Objective: Create an app that uses a table view to hold more than a screenful of items. Incorporation a navigation view to provide segues back and forth between two scenes. Use a data structure to store all the information that will display on the two scenes.

Problem: How can we leverage all the different capabilities of the table view?

Solution: We can use the indicator to show a transition to a new screen. We can use different foreground and background colors to indicate different classes of items. We can use subtitles to show different categories or other information. We can provide custom icons for each row that helps us distinguish items at a glance.