Changes

Jump to: navigation, search

An Overview of iOS 5 Table Views and Xcode Storyboards

626 bytes added, 14:40, 30 January 2012
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[Using Xcode Storyboards to create an iOS 5 iPhone Tab Bar Application|Previous]]<td align="center">[[iPhone iOS 5 Development Essentials|Table of Contents]]<td width="20%" align="right">[[Using Xcode Storyboards to Build Dynamic TableViews with Prototype Table View Cells|Next]]</td>
<tr>
<td width="20%">Using Xcode Storyboards to create an iOS 5 iPhone Tab Bar Application<td align="center"><td width="20%" align="right">Using Xcode Storyboards to Build Dynamic TableViews with Prototype Table View Cells</td>
</table>
<hr>
 
 
<google>BUY_IOS5</google>
 
If you have spent an appreciable amount of time using iOS on an iPhone the chances are good that you have interacted with a UIKit Table View object. Table Views are the cornerstone of the navigation system for many iOS 5 iPhone applications. For example, both the iPhone Mail and Settings applications make extensive use of Table Views to present information to users in a list format and to enable users to drill down to more detailed information by selecting a particular list item.

Navigation menu