Changes

Jump to: navigation, search
Writing Code to Display the Data in the Table View
This line of code simply identifies the row that has been requested, uses it as the index into our array of authors and assigns it to the appropriate property of the cell object that was created for us in the preceding lines of the method.
Now is a good time to make sure we haven’t made any errors in our coding so build and run the application to make sure it all works so far. Assuming all is well, the application should appear in the simulator as follows: 
[[Image:tableview_nav_first_run.jpg|The sample iPhone navigation based app running for the first time]]

Navigation menu