Changes

Jump to: navigation, search

An Overview of iOS 8 Table Views and Xcode 6 Storyboards

40 bytes removed, 14:28, 5 December 2014
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[Using Xcode 6 Storyboards to Create an iOS 8 Tab Bar Application|Previous]]<td align="center">[[iOS 8 App Development Essentials|Table of Contents]]<td width="20%" align="right">[[Using Xcode 6 Storyboards and Swift to Build Dynamic TableViews with Prototype Table View Cells|Next]]</td>
<tr>
<td width="20%">Using Xcode 6 Storyboards to Create an iOS 8 Tab Bar Application<td align="center"><td width="20%" align="right">Using Xcode 6 Storyboards and Swift to Build Dynamic TableViews with Prototype Table View Cells</td>
</table>
<hr>
Historically, table views have been one of the more complex areas of iOS user interface implementation. In recognition of this fact, Apple introduced ways to implement table views through the use of the Xcode Storyboard feature.
The goal of this chapter is to provide an overview of the concept of the UITableView class together with an introduction to the ways in which storyboards can be used to ease the table view implementation process. Once these basics have been covered a series of chapters, starting with [[Using Xcode 6 Storyboards and Swift to Build Dynamic TableViews with Prototype Table View Cells]], will work through the creation of example projects intended to demonstrate the use of storyboards in the context of table views.
== An Overview of the Table View ==
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[Using Xcode 6 Storyboards to Create an iOS 8 Tab Bar Application|Previous]]<td align="center">[[iOS 8 App Development Essentials|Table of Contents]]<td width="20%" align="right">[[Using Xcode 6 Storyboards and Swift to Build Dynamic TableViews with Prototype Table View Cells|Next]]</td>
<tr>
<td width="20%">Using Xcode 6 Storyboards to Create an iOS 8 Tab Bar Application<td align="center"><td width="20%" align="right">Using Xcode 6 Storyboards and Swift to Build Dynamic TableViews with Prototype Table View Cells</td>
</table>

Navigation menu