Of the nearly 200,000 apps in the iPhone App store, a huge majority uses some kind of table view.
According to the iPhone OS Reference Library, the UITableView is "a means for displaying and editing hierarchical lists of information" in the form of UITableViewCell objects. In this tutorial, I'll demonstrate how to create a property list (.plist), import it, and populate a table view with the data from the list.
By the end of this video tutorial, you should have a good understanding of the UITableView, UITableViewCell, and the property list, for iPhone development.

