Entries in UIViewController (1)

Tuesday
Jan192010

Adding a Detail View 

In the previous article I introduced a simple example on how to use the TableView control. In this article I will extend the TableView control example by introducing a Detail view. On selection of a row a detail view will be displayed containing all the information about the book selected. This article will illustrate the handling of row selection by implementing didSelectRowAtIndexPath method.

Click to read more ...