Entries in TableView (2)

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 ...

Tuesday
Nov032009

iPhone TableView control

Smart phones popularity have increased since the introduction of the iPhone. The iPhone SDK and the Android SDK are by far the most compelling mobile platforms in the mobile space. In this article I explore the most common control on the iPhone.

Click to read more ...