Difference between revisions of "IOS 8 App Development Essentials"
From Techotopia
Line 262: | Line 262: | ||
#* [[An Overview of iOS 8 Table Views and Xcode 6 Storyboards|Table View Cell Reuse]]<br><br> | #* [[An Overview of iOS 8 Table Views and Xcode 6 Storyboards|Table View Cell Reuse]]<br><br> | ||
# [[Using Storyboards and Swift to Build Dynamic TableViews with Prototype Table View Cells]] | # [[Using Storyboards and Swift to Build Dynamic TableViews with Prototype Table View Cells]] | ||
+ | #* [[Using Storyboards and Swift to Build Dynamic TableViews with Prototype Table View Cells|Creating the Example Project]] | ||
+ | #* [[Using Storyboards and Swift to Build Dynamic TableViews with Prototype Table View Cells|Adding the TableView Controller to the Storyboard]] | ||
+ | #* [[Using Storyboards and Swift to Build Dynamic TableViews with Prototype Table View Cells|Creating the UITableViewController and UITableViewCell Subclasses]] | ||
+ | #* [[Using Storyboards and Swift to Build Dynamic TableViews with Prototype Table View Cells|Declaring the Cell Reuse Identifier]] | ||
+ | #* [[Using Storyboards and Swift to Build Dynamic TableViews with Prototype Table View Cells|Designing a Storyboard UITableView Prototype Cell]] | ||
+ | #* [[Using Storyboards and Swift to Build Dynamic TableViews with Prototype Table View Cells|Modifying the AttractionTableViewCell Class]] | ||
+ | #* [[Using Storyboards and Swift to Build Dynamic TableViews with Prototype Table View Cells|Creating the Table View Datasource]] | ||
+ | #* [[Using Storyboards and Swift to Build Dynamic TableViews with Prototype Table View Cells|Downloading and Adding the Image Files]] | ||
+ | #* [[Using Storyboards and Swift to Build Dynamic TableViews with Prototype Table View Cells|Compiling and Running the Application]]<br><br> | ||
+ | # [[Implementing iOS 8 TableView Navigation using Storyboards in Xcode 6 and Swift]] | ||
</td> | </td> | ||
<td valign="top"> | <td valign="top"> |
Revision as of 14:47, 5 December 2014
Table of Contents | Next | |
Start Here |
This book is currently under development with new chapters added regularly.
© 2014 Neil Smyth / Payload Media. This eBook is provided for personal use only. Unauthorized use, reproduction and/or distribution strictly prohibited. All rights reserved.
<google>BUY_IOS8</google>
<google>BUY_IOS8</google>
Table of Contents | Next | |
Start Here |