Demonstrates how to use UINavigationController and UITableView to display sets of data and allow the user to zero-in on one specific datum. Shows how to push view controller (UIViewController) instances onto a navigation controller (UINavigationController) while displaying the data for each view in a table view (UITableView).
Uses Xcode 4.