Creating a master-detail application with tableview

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. 

 

你可能感兴趣的:(application)