Changes

An Overview of iOS 5 Table Views and Xcode Storyboards

665 bytes added, 19:54, 27 October 2016
m
Text replacement - "<table border="0" cellspacing="0">" to "<table border="0" cellspacing="0" width="100%">"
<googlehtmlet>BUY_IOS5ios9_upgrade</googlehtmlet>
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.
Whilst table views provide a popular mechanism for displaying data and implementing view navigation within applications, implementation has historically been a complex process. That has now changed with the introduction of storyboard support in Xcode. Xcode now provides a mechanism for visually implementing a considerable amount of Table View functionality with minimal coding. Such table views can be implemented as either static or dynamic depending on the requirements of the table and the nature of the data being displayed.
 
 
<htmlet>ios9_upgrade</htmlet>
 
 
 
<htmlet>ezoicbottom</htmlet>
<hr>
<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>