Table views are a natural fit fr hierarchy navigation.
Table views provide a great means of viewing data and interacting with it.
Master-Detail Application table view
the first view controller to a table view controller. How convenient for you!
Presenting data using a table view
uses a data source to provide its data and a delegate to handle the interactions.
a datasource is delegated control of data.